Modals
How to reply discord modals
Creating a Responder for Modals
Below you can see a code snippet responding to a command interaction by showing a modal:
Reply to modal interaction
To reply to a modal with Responder
, add ResponderType.Modal
to the types:
If the modal is showed from a component:
You can use the ResponderType.ModalComponent
type:
If you create code that can display the same modal from both a command and a component, simply include both types in the Responder's types array: