Skip to content

Commit

Permalink
Reflect the proposal in #9
Browse files Browse the repository at this point in the history
  • Loading branch information
EricRabil committed Oct 10, 2017
1 parent c3007fe commit a28e2af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/client/commands/command.ts
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ export interface Command {
* @returns {Promise<boolean>} 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<boolean>;
handle(response: Response, message: Discord.Message, args: string[]): Promise<void>;


/**
Expand Down

0 comments on commit a28e2af

Please sign in to comment.