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