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