diff --git a/cogs/stats.py b/cogs/stats.py index c513124..e8cb124 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): + async def stats(self, ctx, member: discord.Member=None): """Prints the battling stats for you, or the user provided""" member = member or ctx.message.author