diff --git a/app/bot.py b/app/bot.py index a62b2242..ce08a309 100644 --- a/app/bot.py +++ b/app/bot.py @@ -74,6 +74,7 @@ async def convert_heic_to_jpg(ctx): "%s said:\n%s" % (ctx.author.mention, ctx.content), file=discord.File(jpg_file), ) + os.remove(file_path) return