From 7b0096d6a2f61c38fea5752b8ac2775abf38e586 Mon Sep 17 00:00:00 2001 From: Sander Date: Tue, 29 Apr 2025 22:56:09 +0200 Subject: [PATCH] Discord: fix author description (#38811) --- source/_integrations/discord.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_integrations/discord.markdown b/source/_integrations/discord.markdown index 027c7dcc1f0..9aaf701d419 100644 --- a/source/_integrations/discord.markdown +++ b/source/_integrations/discord.markdown @@ -105,7 +105,7 @@ To include messages with embedding, use these attributes underneath the `embed` | `description` | yes | Description of the embed. | | `color` | yes | Color code of the embed. This value is an *int*. | | `url` | yes | URL of the embed. | -| `author` | yes | Sets the footer for the embed content. | +| `author` | yes | Sets the author for the embed content. | | `footer` | yes | Sets the footer for the embed content. | | `thumbnail` | yes | Sets the thumbnail for the embed content. | | `image` | yes | Sets the image for the embed content. |