Skip to main content

zumito-framework

Classes

Interfaces

Variables

CommandType

Const CommandType: Object

Type declaration

NameTypeDescription
anystringThe command is executed when the prefix or slash is used. Running always execute method.
prefixstringThe command is executed when the prefix is used. Running executePrefixCommand method or execute method as fallback.
separatedstringThe command is executed when the prefix or slash is used. Running executeSlashCommand or executePrefixCommand method respectively or execute method as fallback.
slashstringThe command is executed when the slash is used. Running executeSlashCommand method or execute method as fallback.

Defined in

types/CommandType.ts:1