Text Command Builder
Inheritors
Properties
Secondary paths of the command, must not contain any spaces, and must follow the same format as slash commands such as name group subcommand
The permissions required for the bot to run this command.
Purely for debugging purposes, will be shown in exceptions.
Short description of the command, displayed in the description of the built-in help command.
Returns a detailed embed of what the command is, it is used by the internal help
command
Hides a command and its subcommands from help content and execution, except for bot owners.
Marks this text command as only usable by the bot owners.
The parent of this command, null
for top-level commands.
The complete path that leads to this command.
The permissions required for the caller to use this command.
Functions
Sets an anonymous rate limit-based cooldown on this command. This cooldown cannot be referenced anywhere else as it is not registered.
Sets an anonymous rate limiter on this command. This rate limiter cannot be referenced anywhere else as it is not registered.
Sets the rate limiter of this command to one declared by a RateLimitProvider.