From 804bc3ad8b216889d8c08be65b818916951cb0f2 Mon Sep 17 00:00:00 2001 From: Phxntxm Date: Fri, 19 Aug 2016 18:33:30 -0500 Subject: [PATCH] Corrected syntax error --- cogs/steam.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cogs/steam.py b/cogs/steam.py index 6f681ae..060b20a 100644 --- a/cogs/steam.py +++ b/cogs/steam.py @@ -159,7 +159,7 @@ class Steam: if not data['playerstats']['success']: if data['playerstats']['error'] == "Requested app has no stats": await self.bot.say("{} has no achievements on the game {}".format(member.display_name, game)) - elif data['playerstats']['error'] == "Profile is not public" + elif data['playerstats']['error'] == "Profile is not public": await self.bot.say("Sorry, {} has a private steam account! I cannot lookup their achievements!".format(member.display_name)) return # Get all achievements for this game, making sure they actually exist