Table of Contents

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 CommandContext

Context in which the method is being executed.

Returns

Task