Fixed 1 command being completely bugged
This commit is contained in:
parent
5290d8c28a
commit
88875887c2
1 changed files with 3 additions and 2 deletions
5
bot.py
5
bot.py
|
@ -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!")
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue