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§
- Limit who and where commands can be executed.
Structs§
- Data sent to Discord to create a command.
- Option for a
Command
. - A predetermined choice users can select.
Enums§
- Value of a
CommandOptionChoice
. - Type of a
CommandOption
.