Hierarchy
-
ICommandExecutor <-- You are
here!
Methods
execute
- execute(message: GuildMemberMessage, commandPrefix: string, rawArguments: string, isRootExecutor: boolean): Promise<void>
-
Parameters
-
-
commandPrefix: string
-
rawArguments: string
-
isRootExecutor: boolean
Returns Promise<void>
getAliases
- getAliases(): Set<string>
-
Returns Set<string>