Fix Embed type attribute ddocs link

This commit is contained in:
MajorTanya 2025-02-09 03:00:49 +01:00 committed by GitHub
parent 7f511360b8
commit a8134dfa16
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -131,7 +131,7 @@ class Embed:
The type of embed. Usually "rich". The type of embed. Usually "rich".
This can be set during initialisation. This can be set during initialisation.
Possible strings for embed types can be found on discord's Possible strings for embed types can be found on discord's
:ddocs:`api docs <resources/channel#embed-object-embed-types>` :ddocs:`api docs <resources/message#embed-object-embed-types>`
description: Optional[:class:`str`] description: Optional[:class:`str`]
The description of the embed. The description of the embed.
This can be set during initialisation. This can be set during initialisation.