From 7bc51cfd6803a6dad342d63dcd7085406fc35bbd Mon Sep 17 00:00:00 2001 From: Phxntxm Date: Mon, 25 Jul 2016 14:58:09 -0500 Subject: [PATCH] Corrected syntax error --- cogs/stats.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cogs/stats.py b/cogs/stats.py index 5a8a28b..c513124 100644 --- a/cogs/stats.py +++ b/cogs/stats.py @@ -72,7 +72,7 @@ class Stats: @commands.command(pass_context=True) @checks.customPermsOrRole("send_messages") - asynf def stats(self, ctx, member: discord.Member=None) + asynf def stats(self, ctx, member: discord.Member=None): """Prints the battling stats for you, or the user provided""" member = member or ctx.message.author