The category of the command used on the default help command
The name of the command
The description of the command (visible if you are using the default HelpCommand class)
Disables usage arguments checking
Is the command enabled?
Hides the command from (prefix)help
The usage of the command used for getting the arguments of the command
The type of the argument can be either string
, int
or float
<> means its required
[] means its optional
List of homes that are allowed to run this command
Function that checks if the user is whitelisted
The user to check
True if the user is whitelisted, false otherwise
Method executed when the command is runned
void
Checks if the specified user can run this command
The user to check
True if the user can run this command, false otherwise
Generated using TypeDoc
Aliases for this command