adds an instance of a throttle class
adds the throttle instance
register a permission handler for this command
gets called whenever the permission for a client gets checked
clears the current manual text
retrieves all available arguments
gets the command name without its prefix
gets the command name with its prefix
retrieves the help text
retrieves the current manual text
gets the current prefix for this command
Retrieves the usage of the command with its parameterized names
retrieves the complete usage of the command with its argument names
returns a boolean wether a help text has been set or not
returns a boolean wether a help text has been set or not
checks if a client should have permission to use this command
the client which should be checked
sets a help text (should be a very brief description)
help text
checks if the command is enabled
sets a manual text, this function can be called multiple times in order to create a multilined manual text
the manual text
sets a prefix for this command should only used in specific cases by default the prefix gets inherited from its Commander
the new prefix for this command
register an execution handler for this command
gets called whenever the command should do something
Validates the command
the arguments from the command which should be validated
Validates the given input string to all added arguments
the string which should get validated
Generated using TypeDoc
adds an argument to the command