Skip to content

Commit 7702e7f

Browse files
authored
fix: reverted change to avoid conflicts with #7508
1 parent 93d7d0e commit 7702e7f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/resources/message.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -625,7 +625,7 @@ For the `attachments` array in Message Create/Edit requests, only the `id` is re
625625

626626
### Allowed Mentions Object
627627

628-
The allowed mention field allows for more granular control over mentions without various hacks to the message content. This will always validate against message content or [message component](docs/components/using-message-components) content to avoid phantom pings (e.g. to ping everyone, you must still have `@everyone` in the message content or message component content), and check against user/bot permissions.
628+
The allowed mention field allows for more granular control over mentions without various hacks to the message. This will always validate against the message and components to avoid phantom pings (e.g. to ping everyone, you must still have `@everyone` in the message), and check against user/bot permissions.
629629

630630
###### Allowed Mention Types
631631

0 commit comments

Comments
 (0)