Method BeforeExecutionAsync
- Namespace
- DisCatSharp.CommandsNext
- Assembly
- DisCatSharp.CommandsNext.dll
BeforeExecutionAsync(CommandContext)
Called before a command in the implementing module is executed.
public virtual Task BeforeExecutionAsync(CommandContext ctx)
Parameters
ctx
CommandContextContext in which the method is being executed.