Namespace NetCord.Services.Commands
Classes
- BaseCommandContext
Base context for handling text-based commands.
- BaseCommandModule<TContext>
Represents a base module for commands.
- CommandAttribute
Commands are text-based commands that can be invoked by users in a chat by sending a message, typically starting with a prefix.
- CommandBuilder
Commands are text-based commands that can be invoked by users in a chat by sending a message, typically starting with a prefix.
- CommandContext
Context for handling text-based commands.
- CommandGroupBuilder
Commands are text-based commands that can be invoked by users in a chat by sending a message, typically starting with a prefix.
- CommandModule<TContext>
Represents a module for commands.
- CommandParameterAttribute
Specifies metadata for a parameter of a command.
- CommandService<TContext>
Provides functionality for handling text-based commands.
Structs
Interfaces
- ICommandBuilder
Commands are text-based commands that can be invoked by users in a chat by sending a message, typically starting with a prefix.
- ICommandContext
Context for handling text-based commands.
- ICommandService
Base interface for CommandService<TContext>.