ModalInteractionCompleteEvent
class ModalInteractionCompleteEvent(val id: String, val interaction: ModalSubmitInteraction) : KordExEvent
Event fired when a modal interaction has completed. Used by commands to figure out when to run their actions.
Parameters
id
Unique ID for the modal form.
interaction
Interaction object provided by the corresponding event.