Package-level declarations
Types
Functions
Function for registering a custom command object.
DSL function for easily registering a command, without arguments.
DSL function for easily registering a command.
Define a check which must pass for the command to be executed. This check will be applied to all commands in this extension.
Overloaded check function to allow for DSL syntax.
DSL function for easily registering a grouped command, without its own arguments.
DSL function for easily registering a grouped command.
Register a custom instance of an ephemeral message command.
Register an ephemeral message command, DSL-style.
Function for registering a custom ephemeral slash command object.
DSL function for easily registering an ephemeral slash command, without arguments.
DSL function for easily registering an ephemeral slash command, with arguments.
DSL function for easily registering an ephemeral slash command, with a modal form.
Register a custom instance of an ephemeral user command.
Register an ephemeral user command, DSL-style.
DSL function for easily registering an event handler.
Define a check which must pass for a message command to be executed. This check will be applied to all message commands in this extension.
Overloaded message command check function to allow for DSL syntax.
Register a custom instance of a public message command.
Register a public message command, DSL-style.
Function for registering a custom public slash command object.
DSL function for easily registering a public slash command, without arguments.
DSL function for easily registering a public slash command, with arguments.
DSL function for easily registering a public slash command, with a modal form.
DSL function for easily registering a public slash command, with arguments and a modal form.
Register a custom instance of a public user command.
Register a public user command, DSL-style.
Define a check which must pass for a slash command to be executed. This check will be applied to all slash commands in this extension.
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 in this extension.
Overloaded user command check function to allow for DSL syntax.