diff --git a/cogs/fun.py b/cogs/fun.py index e26670a5..2b8de06e 100644 --- a/cogs/fun.py +++ b/cogs/fun.py @@ -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!**")