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