Class BaseCommandModule
- Namespace
- DSharpPlus.CommandsNext
- Assembly
- DSharpPlus.CommandsNext.dll
Represents a base class for all command modules.
public abstract class BaseCommandModule
- Inheritance
-
objectBaseCommandModule
- Derived
Methods
- AfterExecutionAsync(CommandContext)
Called after a command in the implementing module is successfully executed.
- BeforeExecutionAsync(CommandContext)
Called before a command in the implementing module is executed.