GuildChatInputCommandInteractionCreateEvent
class GuildChatInputCommandInteractionCreateEvent(val interaction: GuildChatInputCommandInteraction, val kord: Kord, val shard: Int, val customContext: Any?) : GuildApplicationCommandInteractionCreateEvent, ChatInputCommandInteractionCreateEvent(source)
An Event that fires when a GuildChatInputCommandInteraction is created.
Constructors
Link copied to clipboard
constructor(interaction: GuildChatInputCommandInteraction, kord: Kord, shard: Int, customContext: Any?)