Table of Contents

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 CommandContext

Context in which the method is being executed.

Returns

Task