aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--bot/exts/evergreen/profile_pic_modification/_effects.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/bot/exts/evergreen/profile_pic_modification/_effects.py b/bot/exts/evergreen/profile_pic_modification/_effects.py
index 3f4e796d..ef0a3f37 100644
--- a/bot/exts/evergreen/profile_pic_modification/_effects.py
+++ b/bot/exts/evergreen/profile_pic_modification/_effects.py
@@ -109,7 +109,7 @@ class PfpEffects:
))
overlay_image = overlay_image.convert("RGBA")
else:
- overlay_image = overlay_image = Image.open(Path("bot/resources/easter/chocolate_bunny.png"))
+ overlay_image = Image.open(Path("bot/resources/easter/chocolate_bunny.png"))
alpha = image.getchannel("A").getdata()
image = image.convert("RGB")