the sub command name which should be added
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 a subcommand by its command name
the name which should be searched for
retrievel all available subcommands
the sinusbot client for which the commands should be retrieved if none has been omitted it will retrieve all available commands
the command which should be searched for
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
Command Groups generally dont have arguments
Generated using TypeDoc
Adds a new sub Commmand to the group