From 10549dd295cbb35cf69a95a65769c36a88ee1cd3 Mon Sep 17 00:00:00 2001 From: Sander Date: Tue, 29 Apr 2025 22:43:27 +0200 Subject: [PATCH] Discord: fix author description --- 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 027c7dcc1f0b..9aaf701d419e 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. |