From 70fe9ab069499fbeccc0bc176ea021a42bd9cee7 Mon Sep 17 00:00:00 2001 From: jamesbt365 Date: Tue, 20 May 2025 19:50:00 +0100 Subject: [PATCH] Add missing backtick in Execute Webhook docs --- docs/resources/webhook.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/resources/webhook.mdx b/docs/resources/webhook.mdx index 76771a51fd..dbd6cc5dde 100644 --- a/docs/resources/webhook.mdx +++ b/docs/resources/webhook.mdx @@ -241,7 +241,7 @@ Discord may strip certain characters from message content, like invalid unicode \*\* See [Uploading Files](/docs/reference#uploading-files) for details. -\*\*\* 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. +\*\*\* 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. :::info 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.