chore: Fix typos (#11043)

chore: fix typos
This commit is contained in:
Jiralite
2025-08-17 23:45:38 +04:00
committed by GitHub
parent fdc305dd6a
commit 059d274aff
3 changed files with 6 additions and 6 deletions

View File

@@ -4,7 +4,7 @@ title: Display Components
While you might be familiar with [embeds](./embeds) in Discord, there are more ways to style and format your apps messages using **display components**, a comprehensive set of layout and content elements.
To use the display components, you need to pass the `IsComponentsV2` message flag (in docs: `MessageFlags`) when sending a message. You only need to use this flag when sending a message using the display components system, not when deffering interaction responses.
To use the display components, you need to pass the `IsComponentsV2` message flag (in docs: `MessageFlags`) when sending a message. You only need to use this flag when sending a message using the display components system, not when deferring interaction responses.
<Callout type="warn">
Opting into using this system by passing the `IsComponentsV2` flag comes with a set of caveats: