Browse Source
Fix Embed type attribute ddocs link
pull/10102/head
MajorTanya
2 months ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
1 additions and
1 deletions
-
discord/embeds.py
|
|
@ -131,7 +131,7 @@ class Embed: |
|
|
|
The type of embed. Usually "rich". |
|
|
|
This can be set during initialisation. |
|
|
|
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`] |
|
|
|
The description of the embed. |
|
|
|
This can be set during initialisation. |
|
|
|