AppCommandRunner
AppCommandRunner
Signature
class AppCommandRunner {
constructor(handler: AppCommandHandler)
runCommand(prepared: PreparedAppCommandExecution, source: Interaction | Message) => ;
getExecutionMode(source: Interaction | Message) => CommandExecutionMode;
}
constructor
method
(handler: AppCommandHandler) => AppCommandRunner
runCommand
method
(prepared: PreparedAppCommandExecution, source: Interaction | Message) =>
getExecutionMode
method
(source: Interaction | Message) => CommandExecutionMode