Table of Contents

Method AfterContextMenuExecutionAsync

Namespace
DSharpPlus.SlashCommands
Assembly
DSharpPlus.SlashCommands.dll

AfterContextMenuExecutionAsync(ContextMenuContext)

Called after the execution of a context menu in the module.

public virtual Task AfterContextMenuExecutionAsync(ContextMenuContext ctx)

Parameters

ctx ContextMenuContext

The context.

Returns

Task