Skip to main content

Overview

Modal components are a great way to collect freeform information from your users.

Prerequisites

  • You must have a Discord account and be a member of the Discord Developer Portal.
  • You must have a Discord application created in the Discord Developer Portal.

Displaying a Modal

Displaying a modal can be done in response to an interaction. When displaying a modal you’ll use an interaction response with the MODAL interaction callback type and modal fields. An example of a modal with a String Select and Text Input both wrapped in Labels:
Example of an Action Row with three buttons