Package-level declarations
Types
Link copied to clipboard
abstract class BaseCommandEvent : MessageReceivedEvent, CancellableRateLimit, LocalizableTextCommand
Event for regex-based text commands.
Link copied to clipboard
Event for fallback text commands.
Link copied to clipboard
A consumer that's called when a help embed is about to be sent.
Link copied to clipboard
Must be implemented by your custom help command.
Link copied to clipboard
Base class for annotated text commands.
Link copied to clipboard
Prevents text command execution by returning an error object to the command executor.
Link copied to clipboard
Represents a text command.
Link copied to clipboard
Processes text command rejections returned by text command filters.
Link copied to clipboard
Helps to get the registered text commands.
Link copied to clipboard
interface TextCommandVariation : Executable, IDeclarationSiteHolder, ICommandParameterContainer, ICommandOptionContainer, IFilterContainer
Represents a text command variation, see TextCommandBuilder.variation for more details.
Link copied to clipboard
Link copied to clipboard
Supplies the prefixes which the bot would respond to in a specific guild.
Link copied to clipboard
Represents a text subcommand.
Link copied to clipboard
Interface to supply text command suggestions from a top level name.
Link copied to clipboard
Represents a top-level text command.