Fixed 1 command being completely bugged

This commit is contained in:
Helixu 2021-11-20 16:56:01 +00:00
parent 5290d8c28a
commit 88875887c2

5
bot.py
View file

@ -173,8 +173,9 @@ async def gay(ctx, member: discord.Member=None):
color=0xf1f1f1,
)
embed.set_image(url="attachment://gay.png")
await ctx.send(embed=embed, file=file)
await ctx.send(embed=embed, file=file)
else:
await ctx.send("An unexpected error happened, Steve.. I told you this already!")