Changed name of file when sending

pull/9/head
sgoudham 4 years ago
parent e322df35c1
commit 7c4db815d7

@ -488,7 +488,8 @@ class Fun(Cog):
await ctx.message.delete()
# Send Grayscale Image
await ctx.send(file=discord.File(file, "gp.png"))
await ctx.send(file=discord.File(file, "gs.png"))
else:
await self.bot.generate_embed(ctx, desc="**Image Not Detected!**")

Loading…
Cancel
Save