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