EphemeralSlashCommandContext
Ephemeral-only slash command context.
Constructors
Properties
The permissions applicable to your bot in this execution context (guild, roles, channels), or null if this command wasn't executed on a guild.
Current bot setting object.
Current interaction response being worked with.
Cached locale variable, stored and retrieved by getLocale.
Current Sentry context, containing breadcrumbs and other goodies.
Functions
Create a paginator that edits the original interaction response.
Extract channel information from event data, if that context is available.
Resolve the locale for this context, storing it in resolvedLocale.
Create a paginator that creates a follow-up message, and edits that.
Create a follow-up response using the opposite interaction type.
Wait for a message by the user that invoked this command, in the channel it was invoked in, using the given timeout (in milliseconds) and extra filter function.