ICommand
Index
Properties
optionalAction
optionalArguments
Array of arguments that the command accepts. Can be a function to generate arguments at runtime. Typically used to provide additional context for users
optionalAutoComplete
optionalClear
Whether chat input should be cleared after execution of command. True if omitted
optionalDescription
Description of the command
optionalPrerequisite
optionalPreserveCase
Whether the case of the command should be preserved. False if omitted
optionalReference
Reference to another command, used for aliases
optionalSubcommands
Array of commands that can be used as subcommands.
Tag
Name of the command
The function that handles the command