From 3f37cc0b147b4f3b0cd77af6f2e0047daa5d32a8 Mon Sep 17 00:00:00 2001 From: phxntxm Date: Wed, 13 Jul 2016 22:48:02 -0500 Subject: [PATCH] Actually printed the stats this time --- cogs/overwatch.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cogs/overwatch.py b/cogs/overwatch.py index 773ad6d..bee5273 100644 --- a/cogs/overwatch.py +++ b/cogs/overwatch.py @@ -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):