Table of Contents

Method AfterSlashExecutionAsync

Namespace
DSharpPlus.SlashCommands
Assembly
DSharpPlus.SlashCommands.dll

AfterSlashExecutionAsync(InteractionContext)

Called after the execution of a slash command in the module.

public virtual Task AfterSlashExecutionAsync(InteractionContext ctx)

Parameters

ctx InteractionContext

The context.

Returns

Task