diff --git a/discord/embeds.py b/discord/embeds.py index e2119258..25f05aef 100644 --- a/discord/embeds.py +++ b/discord/embeds.py @@ -471,7 +471,7 @@ class Embed: except AttributeError: pass - def set_embed(self: E, *, url: MaybeEmpty[Any]): + def set_thumbnail(self: E, *, url: MaybeEmpty[Any]): """Sets the thumbnail for the embed content. This function returns the class instance to allow for fluent-style