diff options
author | 2021-03-11 18:06:22 +0000 | |
---|---|---|
committer | 2021-03-11 18:06:22 +0000 | |
commit | 335702f65429c6f1ebc9a9a50ffc528bcfd38581 (patch) | |
tree | 399b197ab4439723991b928faeb16d7f6c4e0bfe | |
parent | Merge branches 'Enforce-image-processing-concurrency' and 'Enforce-image-proc... (diff) |
Fix filename for spooky effect avatars
-rw-r--r-- | bot/exts/evergreen/profile_pic_modification/pfp_modify.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bot/exts/evergreen/profile_pic_modification/pfp_modify.py b/bot/exts/evergreen/profile_pic_modification/pfp_modify.py index 68750fe2..9b874900 100644 --- a/bot/exts/evergreen/profile_pic_modification/pfp_modify.py +++ b/bot/exts/evergreen/profile_pic_modification/pfp_modify.py @@ -244,7 +244,7 @@ class PfpModify(commands.Cog): image_bytes = await ctx.author.avatar_url.read() file_name = FILENAME_STRING.format( - effect="pride_avatar", + effect="spooky_avatar", author=ctx.author.display_name ) file = await in_executor( |