GlobalUserCommandInteractionCreateEvent
class GlobalUserCommandInteractionCreateEvent(val interaction: GlobalUserCommandInteraction, val kord: Kord, val shard: Int, val customContext: Any?) : GlobalApplicationCommandInteractionCreateEvent, UserCommandInteractionCreateEvent(source)
An Event that fires when a GlobalUserCommandInteraction is created.