mirror of
https://github.com/Rapptz/discord.py.git
synced 2025-09-07 10:22:59 +00:00
Fix Embed type attribute ddocs link
This commit is contained in:
@ -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.
|
||||||
|
Reference in New Issue
Block a user