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.
Checks whether or not a command can be executed.
Executes the command process if the permission checks pass.
Generated using TypeDoc
Class representing a command.