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

Actually printed the stats this time

This commit is contained in:
phxntxm 2016-07-13 22:48:02 -05:00
parent 2a502ff92c
commit 3f37cc0b14

View file

@ -61,7 +61,7 @@ class Overwatch:
if hero == "":
await self.bot.say("Overwatch stats for {}: ```py\n{}```".format(user.name, fmt))
else:
await self.bot.say("Overwatch stats for {} using the hero {}: ".format(user.name, hero))
await self.bot.say("Overwatch stats for {} using the hero {}: ```py\n{}```: ".format(user.name, hero, fmt))
@ow.command(pass_context=True, name="add")
async def add(self, ctx, bt: str):