GlobalMessageCommandInteractionCreateEvent
class GlobalMessageCommandInteractionCreateEvent(val interaction: GlobalMessageCommandInteraction, val kord: Kord, val shard: Int, val customContext: Any?) : GlobalApplicationCommandInteractionCreateEvent, MessageCommandInteractionCreateEvent(source)
An Event that fires when a GlobalMessageCommandInteraction is created.
Constructors
Link copied to clipboard
constructor(interaction: GlobalMessageCommandInteraction, kord: Kord, shard: Int, customContext: Any?)