Skip to content

Commit 6fa846c

Browse files
authored
Add missing backtick in Execute Webhook docs (#7566)
1 parent ea24b32 commit 6fa846c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/resources/webhook.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,7 @@ Discord may strip certain characters from message content, like invalid unicode
241241

242242
\*\* See [Uploading Files](/docs/reference#uploading-files) for details.
243243

244-
\*\*\* When the flag `IS_COMPONENTS_V2` is set, the webhook message can only contain `components`. Providing `content, `embeds`, `files[n]` or `poll` will fail with a 400 BAD REQUEST response.
244+
\*\*\* When the flag `IS_COMPONENTS_V2` is set, the webhook message can only contain `components`. Providing `content`, `embeds`, `files[n]` or `poll` will fail with a 400 BAD REQUEST response.
245245

246246
:::info
247247
For the webhook embed objects, you can set every field except `type` (it will be `rich` regardless of if you try to set it), `provider`, `video`, and any `height`, `width`, or `proxy_url` values for images.

0 commit comments

Comments
 (0)