diff --git a/discord/embeds.py b/discord/embeds.py index 95470e184..bf2a13c60 100644 --- a/discord/embeds.py +++ b/discord/embeds.py @@ -81,6 +81,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.