The name of the file the command was loaded from, if any.
A list of the command's names. The first should be considered the
command's canonical or display name. All characters must be lowercase if
the client option caseSensitiveCommands
is false or unset.
The function executed when the command is triggered.
The requirements for the command being triggered.
Subcommands of this command.
Checks whether or not a command can be executed.
Executes the command process if the permission checks pass.
Checks the list of subcommands and returns one whch is known by a given name. Passing an empty string will return the default command, if any.
Generated using TypeDoc
Class representing a command.