remove author for better auto completion

This commit is contained in:
ITOH
2021-05-05 21:51:02 +02:00
parent be3889b5b0
commit 95e3c796ec

View File

@@ -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 */