ApplicationCommandContext
Base class representing the shared functionality for an application command's context.
Parameters
Generic event object to populate data from.
Generic command object that this context belongs to.
Inheritors
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.
Cached locale variable, stored and retrieved by getLocale.
Current Sentry context, containing breadcrumbs and other goodies.
Functions
Extract channel information from event data, if that context is available.
Resolve the locale for this context, storing it in resolvedLocale.
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.