From 084cb8fbb4baea9f9f03247ce270c8323fd93c3f Mon Sep 17 00:00:00 2001 From: Phxntxm Date: Thu, 14 Jul 2016 13:24:40 -0500 Subject: [PATCH] Corrected syntax error --- cogs/overwatch.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cogs/overwatch.py b/cogs/overwatch.py index e735bd6..0b92db4 100644 --- a/cogs/overwatch.py +++ b/cogs/overwatch.py @@ -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):