From c8cdb275c513cdaba364903a4aa8fba7ba65c78f Mon Sep 17 00:00:00 2001 From: Arthur Jovart Date: Sat, 28 Aug 2021 23:29:49 +0200 Subject: [PATCH] Fix set_* function name --- discord/embeds.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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