Browse Source

Fix Embed type attribute ddocs link

pull/10102/head
MajorTanya 2 months ago
committed by GitHub
parent
commit
a8134dfa16
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 2
      discord/embeds.py

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

Loading…
Cancel
Save