1
0
Fork 0
mirror of synced 2024-05-19 12:02:29 +12:00

Corrected syntax error

This commit is contained in:
Phxntxm 2016-07-14 13:24:40 -05:00
parent 73f70139dc
commit 084cb8fbb4

View file

@ -61,7 +61,7 @@ class Overwatch:
if error_no == 500:
await self.bot.say("{} has not used the hero {} before!".format(user.name, hero.title()))
elif error_no == 400:
await self.bot.say("{} is not an actual hero!".format(hero.title())
await self.bot.say("{} is not an actual hero!".format(hero.title()))
@ow.command(pass_context=True, name="add")
async def add(self, ctx, bt: str):