From aa0c8748cb29fe87b147d5f0276aaf4773490725 Mon Sep 17 00:00:00 2001 From: fretgfr <51489753+fretgfr@users.noreply.github.com> Date: Wed, 28 Aug 2024 15:48:38 -0400 Subject: [PATCH] [docs] correct hyperlink to discord docs --- discord/embeds.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/discord/embeds.py b/discord/embeds.py index 665b97cbf..3f9c235bf 100644 --- a/discord/embeds.py +++ b/discord/embeds.py @@ -198,7 +198,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 `. + You can find out about this format in the :ddocs:`official Discord documentation `. Parameters -----------