From 95e3c796ec5057bb407dcb1f6edbf0e8a972b659 Mon Sep 17 00:00:00 2001 From: ITOH <72305210+itohatweb@users.noreply.github.com> Date: Wed, 5 May 2021 21:51:02 +0200 Subject: [PATCH] remove author for better auto completion --- src/structures/message.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/structures/message.ts b/src/structures/message.ts index 0525d254f..97bf7ff40 100644 --- a/src/structures/message.ts +++ b/src/structures/message.ts @@ -253,7 +253,6 @@ export interface DiscordenoMessage extends | "author" > { id: bigint; - author: undefined; /** Whether or not this message was sent by a bot */ isBot: boolean; /** The username#discrimnator for the user who sent this message */