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