ApplicationCommandsBuilder
Builder used for configuring the bot's application command options.
Properties
Functions
Register the builder used to create the ApplicationCommandRegistry. You can change this if you need to make use of a subclass.
Set a guild ID to use for all global application commands. Intended for testing.
Define a check which must pass for a message command to be executed. This check will be applied to all message commands.
Overloaded message command check function to allow for DSL syntax.
Define a check which must pass for a slash command to be executed. This check will be applied to all slash commands.
Overloaded slash command check function to allow for DSL syntax.
Define a check which must pass for a user command to be executed. This check will be applied to all user commands.
Overloaded user command check function to allow for DSL syntax.