From afe8efde548daeea48464f4bffe8940cc52dc8cb Mon Sep 17 00:00:00 2001 From: Phxntxm Date: Sun, 24 Jul 2016 09:04:50 -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 eaa0006..74a61c3 100644 --- a/cogs/overwatch.py +++ b/cogs/overwatch.py @@ -59,7 +59,7 @@ class Overwatch: fmt = "{} has not used the hero {} before!".format(user.name, hero.title()) await self.bot.say(fmt) return - elif r.status = 404: + elif r.status == 404: fmt = "{} is not an actual hero!".format(hero.title()) await self.bot.say(fmt) return