diff --git a/docs/components/reference.mdx b/docs/components/reference.mdx index fad13c59da..ea279a83ca 100644 --- a/docs/components/reference.mdx +++ b/docs/components/reference.mdx @@ -15,7 +15,7 @@ To use these components, you need to send the [message flag](/docs/resources/mes - The `content` and `embeds` fields will no longer work but you'll be able to use [Text Display](/docs/components/reference#text-display) and [Container](/docs/components/reference#container) as replacements - Attachments won't show by default - they must be exposed through components - The `poll` and `stickers` fields are disabled -- A max of 10 top-level components and 30 total components in a message +- Messages currently allow up to 10 top-level components and 30 total components :::info [Legacy component behavior](/docs/components/reference#legacy-message-component-behavior) will continue to work but provide less flexibility and control over the message layout.