ChatCommandContext
Command context object representing the context given to chat commands.
Parameters
String parser instance, if any - will be null if this isn't a chat command.
Constructors
Properties
Chat command object
Cached locale variable, stored and retrieved by getLocale.
Current Sentry context, containing breadcrumbs and other goodies.
Functions
Extract channel information from event data.
Resolve the locale for this context, storing it in resolvedLocale.
Extract message information from event data, if that context is available.
Convenience function to create a button paginator using a builder DSL syntax. Handles the contextual stuff for you.
Convenience function allowing for message responses with translated content.
Generate and send the help embed for this command, using the first loaded extensions that implements HelpProvider.
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.