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