GuildSlashCommandContext
class GuildSlashCommandContext(event: ChatInputInteractionEvent, scope: CoroutineScope) : SlashCommandContext, GuildCommandContext
Content copied to clipboard
The context for an interaction with an ApplicationCommand that occurred in a server.
Constructors
GuildSlashCommandContext
Link copied to clipboard
fun GuildSlashCommandContext(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