Fixed 1 command being completely bugged
This commit is contained in:
parent
5290d8c28a
commit
88875887c2
1 changed files with 3 additions and 2 deletions
3
bot.py
3
bot.py
|
@ -174,7 +174,8 @@ async def gay(ctx, member: discord.Member=None):
|
||||||
)
|
)
|
||||||
embed.set_image(url="attachment://gay.png")
|
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