handle

suspend fun handle(event: ModalSubmitInteractionCreateEvent)

Dispatch a ModalSubmitInteractionCreateEvent to its modal form object.


suspend fun handle(event: ButtonInteractionCreateEvent)

Dispatch a ButtonInteractionCreateEvent to its button component object.


suspend fun handle(event: SelectMenuInteractionCreateEvent)

Dispatch a SelectMenuInteractionCreateEvent to its select (dropdown) menu component object.