Expand description
Used for building commands to send to Discord.
It is highly recommended to use the associated CommandBuilder
in the
twilight-util
to create Command
s; CommandOption
is especially
verbose.
Modules§
- permissions
- Limit who and where commands can be executed.
Structs§
- Command
- Data sent to Discord to create a command.
- Command
Option - Option for a
Command
. - Command
Option Choice - A predetermined choice users can select.
Enums§
- Command
Option Choice Value - Value of a
CommandOptionChoice
. - Command
Option Type - Type of a
CommandOption
. - Command
Option Value - Type used in the
max_value
andmin_value
CommandOption
field. - Command
Type