From a8134dfa1616f51483c83e191d848765303e4fff Mon Sep 17 00:00:00 2001 From: MajorTanya <39014446+MajorTanya@users.noreply.github.com> Date: Sun, 9 Feb 2025 03:00:49 +0100 Subject: [PATCH] Fix Embed type attribute ddocs link --- discord/embeds.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/discord/embeds.py b/discord/embeds.py index 258ef0dfd..efa6537db 100644 --- a/discord/embeds.py +++ b/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 ` + :ddocs:`api docs ` description: Optional[:class:`str`] The description of the embed. This can be set during initialisation.