aboutsummaryrefslogtreecommitdiffstats
path: root/bot/cogs/hacktober/spookyavatar.py
diff options
context:
space:
mode:
Diffstat (limited to 'bot/cogs/hacktober/spookyavatar.py')
-rw-r--r--bot/cogs/hacktober/spookyavatar.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/bot/cogs/hacktober/spookyavatar.py b/bot/cogs/hacktober/spookyavatar.py
index abfa1565..6ce4471c 100644
--- a/bot/cogs/hacktober/spookyavatar.py
+++ b/bot/cogs/hacktober/spookyavatar.py
@@ -45,7 +45,7 @@ class SpookyAvatar:
modified_im.save(str(ctx.message.id)+'.png')
f = discord.File(str(ctx.message.id)+'.png')
embed.set_image(url='attachment://'+str(ctx.message.id)+'.png')
-
+
await ctx.send(file=f, embed=embed)
os.remove(str(ctx.message.id)+'.png')