Package com.github.alex1304.ultimategdbot.api.command
-
Interface Summary Interface Description Command Represents a bot command. -
Class Summary Class Description ArgumentList Represents the list of the arguments of a command.CommandDocumentation Holds the documentation for a specific command.CommandDocumentationEntry Represents a documentation entry.CommandErrorHandler Provides a convenient way to add error handlers for bot commands.CommandProvider Provides a set of commands.Context ExecutableCommand Represents a command ready to be executed, meaning that the context and the error handler of the command are already defined.FlagInformation Holds information about a command flag.FlagSet Contains the set of flags used in a command.FlagSet.FlagSetBuilder -
Enum Summary Enum Description PermissionLevel Permission level of a bot command.Scope The scope of a command, that is, the kind of channels where the command is applicable. -
Exception Summary Exception Description CommandFailedException Thrown when something goes wrong during the execution of a command.PermissionDeniedException