Skip to content

Commit 7f6dfe5

Browse files
authored
make data not optional on modal submit interactions (#4486)
1 parent b7596e1 commit 7f6dfe5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/interactions/Receiving_and_Responding.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ For [Message Components](#DOCS_INTERACTIONS_MESSAGE_COMPONENTS/) it includes ide
2828
| locale?\*\*\* | string | the selected [language](#DOCS_REFERENCE/locales) of the invoking user |
2929
| guild_locale? | string | the [guild's preferred locale](#DOCS_RESOURCES_GUILD/guild-object), if invoked in a guild |
3030

31-
\* This is always present on application command and message component interaction types. It is optional for future-proofing against new interaction types
31+
\* This is always present on application command, message component, and modal submit interaction types. It is optional for future-proofing against new interaction types
3232

3333
\*\* `member` is sent when the interaction is invoked in a guild, and `user` is sent when invoked in a DM
3434

0 commit comments

Comments
 (0)