From 4c72137e43a1663a19f6ebbe3bd07b15304517e7 Mon Sep 17 00:00:00 2001 From: Sebastian Law <44045823+SebbyLaw@users.noreply.github.com> Date: Wed, 7 Apr 2021 04:17:57 -0700 Subject: [PATCH] [docs] add note for possible Embed.type strings --- discord/embeds.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/discord/embeds.py b/discord/embeds.py index d08c9874e..34efa37b4 100644 --- a/discord/embeds.py +++ b/discord/embeds.py @@ -136,6 +136,8 @@ class Embed: type: :class:`str` The type of embed. Usually "rich". This can be set during initialisation. + Possible strings for embed types can be found on discord's + `api docs `_ description: :class:`str` The description of the embed. This can be set during initialisation.