Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/components/using-message-components.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ sidebar_label: Using Message Components

## Overview

Message components are a powerful way to add interactivity to your messages. They allow you to create rich, interactive experiences for your users, making it easier for them to engage with your content.
[Message](https://discord.com/developers/docs/resources/message#message-object) components are a powerful way to add interactivity to your messages. They allow you to create rich, interactive experiences for your users, making it easier for them to engage with your content.

:::info
If you are sending components as part of a [webhook](/docs/resources/webhook) you'll need to use the [`?with_components=true`](/docs/resources/webhook#execute-webhook-query-string-params) query param otherwise they'll be ignored.
Expand Down
2 changes: 1 addition & 1 deletion docs/components/using-modal-components.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ sidebar_label: Using Modal Components

## Overview

Modal components are a great way to collect freeform information from your users.
[Modal](https://discord.com/developers/docs/interactions/receiving-and-responding#interaction-response-object-modal) components are a great way to collect freeform information from your users.

### Prerequisites

Expand Down