Method AfterExecutionAsync
- Namespace
- DSharpPlus.CommandsNext
- Assembly
- DSharpPlus.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.
Returns
- Task