GlobalSlashCommandContext
class GlobalSlashCommandContext(event: ChatInputInteractionEvent, scope: CoroutineScope) : SlashCommandContext, GlobalCommandContext
Content copied to clipboard
The context for an interaction with an ApplicationCommand that could have been used in a DM.
Constructors
GlobalSlashCommandContext
Link copied to clipboard
fun GlobalSlashCommandContext(event: ChatInputInteractionEvent, scope: CoroutineScope)
Content copied to clipboard
Functions
Properties
client
Link copied to clipboard
coroutineContext
Link copied to clipboard
event
Link copied to clipboard
interaction
Link copied to clipboard
interactionResponse
Link copied to clipboard
options
Link copied to clipboard
Sources
jvm source
Link copied to clipboard