Package-level declarations
Types
Base class for annotated application commands such as slash / context commands.
Prevents application command execution by returning an error object to the command executor.
Represents an application command of any kind.
Processes application command rejections returned by application command filters.
Resolver data for application commands, passed when requesting:
Helps to get application commands of a specific scope, find application commands with their name and update commands.
A filter determining if an application command needs to be registered.
Map of command paths to their application command
Simple wrapper for the failing command declaration function and its exception
Result of a scheduled command update.
Represents a top-level application command (i.e. not a subcommand, nor a group).
Discord's metadata about an application command.
Functions
Returns the application command with the specific type, id, group and subcommand, or null
if one of the expected arguments does not match.