Method ExecuteChecksAsync
- Namespace
- DSharpPlus.SlashCommands
- Assembly
- DSharpPlus.SlashCommands.dll
ExecuteChecksAsync(InteractionContext)
Checks whether this command can be executed within the current context.
public abstract Task<bool> ExecuteChecksAsync(InteractionContext ctx)
Parameters
ctx
InteractionContextThe context.