Skip to content

Commit 560ef5a

Browse files
Wording fix and clarification (#8046)
* Update old guild wording * Add clarifying wording
1 parent dc983ca commit 560ef5a

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

docs/interactions/receiving-and-responding.mdx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -135,6 +135,8 @@ Sent in `APPLICATION_COMMAND` and `APPLICATION_COMMAND_AUTOCOMPLETE` interaction
135135

136136
###### Component Interaction Response Structures
137137

138+
Response structures for both modal and message component interactions.
139+
138140
| Component |
139141
|-----------------------------------------------------------------------------------------------------------------------|
140142
| [String Select](/docs/components/reference#string-select-string-select-interaction-response-structure) |

docs/resources/guild-scheduled-event.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -410,7 +410,7 @@ Any event with `'status': SCHEDULED` after a certain time interval (on the order
410410
NOTE: `entity_type` is expressed by name rather than value for readability
411411

412412
:::info
413-
A user must be a member of the guild in order to access events for that guild unless the guild is lurkable. If a guild is lurkable, events in that guild may be visible to lurkers depending on the event type and the permissions of any channels associated with the event.
413+
A user must be a member of the guild in order to access events for that guild unless the guild is public. If a guild is public, events in that guild may be visible depending on the event type and the permissions of any channels associated with the event.
414414
:::
415415

416416
### Permissions for events with entity_type: STAGE_INSTANCE

docs/resources/message.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ An app will receive empty values in the `content`, `embeds`, `attachments`, and
6161

6262
\[2\] An app will receive empty values in the `content`, `embeds`, `attachments`, and `components` fields while `poll` will be omitted if they have not configured (or been approved for) the [`MESSAGE_CONTENT` privileged intent (`1 << 15`)](/docs/events/gateway#message-content-intent).
6363

64-
\[3\] Not all channel mentions in a message will appear in `mention_channels`. Only textual channels that are visible to everyone in a lurkable guild will ever be included. Only crossposted messages (via Channel Following) currently include `mention_channels` at all. If no mentions in the message meet these requirements, this field will not be sent.
64+
\[3\] Not all channel mentions in a message will appear in `mention_channels`. Only textual channels that are visible to everyone in a public guild will ever be included. Only crossposted messages (via Channel Following) currently include `mention_channels` at all. If no mentions in the message meet these requirements, this field will not be sent.
6565

6666
\[4\] This field is only returned for messages with a `type` of `19` (REPLY), `21` (THREAD_STARTER_MESSAGE), or `23` (CONTEXT_MENU_COMMAND). If the message is one of these but the `referenced_message` field is not present, the backend did not attempt to fetch the message that was being replied to, so its state is unknown. If the field exists but is null, the referenced message was deleted.
6767

0 commit comments

Comments
 (0)