Discord: fix author description (#38811)

This commit is contained in:
Sander 2025-04-29 22:56:09 +02:00 committed by GitHub
parent 5a4371965a
commit 7b0096d6a2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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. |