Class BaseCommandModule
- Namespace
- DisCatSharp.CommandsNext
- Assembly
- DisCatSharp.CommandsNext.dll
Represents a base class for all command modules.
public abstract class BaseCommandModule
- Inheritance
-
BaseCommandModule
- Derived
- Inherited Members
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.