diff --git a/docs/interactions/receiving-and-responding.mdx b/docs/interactions/receiving-and-responding.mdx index 440803cd0c..ae236568fa 100644 --- a/docs/interactions/receiving-and-responding.mdx +++ b/docs/interactions/receiving-and-responding.mdx @@ -30,7 +30,7 @@ For [Message Components](/docs/components/reference) it includes identifying inf | user? | [user](/docs/resources/user#user-object) object | User object for the invoking user, if invoked in a DM | | token | string | Continuation token for responding to the interaction | | version | integer | Read-only property, always `1` | -| message? | [message](/docs/resources/message#message-object) object | For components, the message they were attached to | +| message? | [message](/docs/resources/message#message-object) object | For components or modals triggered by components, the message they were attached to | | app_permissions\*\*\* | string | Bitwise set of permissions the app has in the source location of the interaction | | locale?\*\*\*\* | string | Selected [language](/docs/reference#locales) of the invoking user | | guild_locale? | string | [Guild's preferred locale](/docs/resources/guild#guild-object), if invoked in a guild |