diff --git a/src/client/commands/command.ts b/src/client/commands/command.ts index aad053f..f93903d 100644 --- a/src/client/commands/command.ts +++ b/src/client/commands/command.ts @@ -71,7 +71,7 @@ export interface Command { * @returns {Promise} Whether or not to auto-remove the sender's message after a predefined amount of time * @memberof Command */ - handle(response: Response, message: Discord.Message, args: string[]): Promise; + handle(response: Response, message: Discord.Message, args: string[]): Promise; /**