You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: apps/guide/content/docs/legacy/interactions/modals.mdx
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,7 @@ Modals are pop-up forms that allow you to prompt users for additional input. Thi
11
11
12
12
## Building and responding with modals
13
13
14
-
Modals are a way to respond to a user interaction. Submitting the modal in turn will send a new interaction you can respond to. Discord.js offers the `ModalBuilder` class as a convenient way to build modals step by step using setters and callbacks.
14
+
With the `ModalBuilder` class, discord.js offers a convenient way to build modals step by step using setters and callbacks.
15
15
16
16
<Callout>
17
17
You can have a maximum of five components per modal, each of which can be a label or a text display component.
0 commit comments