Browse Source
[docs] correct hyperlink to discord docs
pull/9932/head
fretgfr
7 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
|
|
@ -199,7 +199,7 @@ class Embed: |
|
|
|
"""Converts a :class:`dict` to a :class:`Embed` provided it is in the |
|
|
|
format that Discord expects it to be in. |
|
|
|
|
|
|
|
You can find out about this format in the :ddocs:`official Discord documentation <resources/channel#embed-object>`. |
|
|
|
You can find out about this format in the :ddocs:`official Discord documentation <resources/message#embed-object>`. |
|
|
|
|
|
|
|
Parameters |
|
|
|
----------- |
|
|
|