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
Similarly to messages, Modals can contain up to **5** ActionRows, although the only component that can be put inside Modals at the moment (`TextInput`) takes up a whole ActionRow.
578
+
A modal usually consists of a list of `Label` components, each of which contain a labelled field such as `TextInput` or `StringSelectMenu`.
579
579
580
580
### Replying with a Modal
581
581
@@ -586,20 +586,20 @@ Similarly to messages, Modals can contain up to **5** ActionRows, although the o
586
586
@Override
587
587
public void onSlashCommandInteraction(SlashCommandInteractionEvent event) {
0 commit comments