From 9ad96af61b51806dfb90ebbd64374c2f1880fdf8 Mon Sep 17 00:00:00 2001 From: qreepex Date: Thu, 15 May 2025 23:15:57 +0200 Subject: [PATCH 1/2] Update receiving-and-responding.mdx --- docs/interactions/receiving-and-responding.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/interactions/receiving-and-responding.mdx b/docs/interactions/receiving-and-responding.mdx index 440803cd0c..310fe4e797 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 | From e31f7af8e9e7d8c059a076f9811dac7bff5a41bb Mon Sep 17 00:00:00 2001 From: Ben Schiemann Date: Sat, 17 May 2025 12:18:49 +0200 Subject: [PATCH 2/2] fix table --- docs/interactions/receiving-and-responding.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/interactions/receiving-and-responding.mdx b/docs/interactions/receiving-and-responding.mdx index 310fe4e797..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 or modals triggered by 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 |