Table of Contents

Method BeforeExecutionAsync

Namespace
DSharpPlus.CommandsNext
Assembly
DSharpPlus.CommandsNext.dll

BeforeExecutionAsync(CommandContext)

Called before a command in the implementing module is executed.

public virtual Task BeforeExecutionAsync(CommandContext ctx)

Parameters

ctx CommandContext

Context in which the method is being executed.

Returns

Task