Text Command Info
Represents a text command.
Inheritors
Properties
The permissions required for the bot to run this command.
Purely for debugging purposes, will be shown in exceptions.
General description of this text command, part of the built-in help command.
Consumer of an EmbedBuilder, runs after generating the built-in help content.
Whether this command can only be run by the bot owners.
Whether this command should only be executable in NSFW channels.
The parent of this command, null
for top-level commands.
The complete path that leads to this command.
Subcommands of this text command, the key is the name of the subcommand.
The permissions required for the caller to use this command.
Variations of this command, see TextCommandBuilder.variation for details.
Functions
Returns a Usability instance, representing whether this text command can be used, and if it is visible, for example, in the help content.
Return true
if this has a rate limiter.