Table of Contents

Method AfterSlashExecutionAsync

Namespace
DisCatSharp.ApplicationCommands
Assembly
DisCatSharp.ApplicationCommands.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