Class ApplicationCommandsModule
- Namespace
- DisCatSharp.ApplicationCommands
- Assembly
- DisCatSharp.ApplicationCommands.dll
Represents a base class for application command modules
public abstract class ApplicationCommandsModule
- Inheritance
-
ApplicationCommandsModule
- Inherited Members
Methods
- AfterContextMenuExecutionAsync(ContextMenuContext)
Called after the execution of a context menu in the module.
- AfterSlashExecutionAsync(InteractionContext)
Called after the execution of a slash command in the module.
- BeforeContextMenuExecutionAsync(ContextMenuContext)
Called before the execution of a context menu in the module.
- BeforeSlashExecutionAsync(InteractionContext)
Called before the execution of a slash command in the module.