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