| 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.
|
| CommandKernel |
The command kernel coordinates the command providers from all plugins.
|
| 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 |
|
| PermissionChecker |
Class used to check permissions for using a command.
|