From b9ea6054fa4860082ef4d502bf69709a6f5dfaf6 Mon Sep 17 00:00:00 2001 From: Anthony Tesija Date: Wed, 23 Apr 2025 23:16:58 +0000 Subject: [PATCH] Updated allowed mention wording --- docs/resources/message.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/resources/message.mdx b/docs/resources/message.mdx index de27ff70e9..f46ce5b8ad 100644 --- a/docs/resources/message.mdx +++ b/docs/resources/message.mdx @@ -625,7 +625,7 @@ For the `attachments` array in Message Create/Edit requests, only the `id` is re ### Allowed Mentions Object -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 to avoid phantom pings (e.g. to ping everyone, you must still have `@everyone` in the message content), and check against user/bot permissions. +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. ###### Allowed Mention Types