1
0
Fork 0
mirror of synced 2024-06-29 03:30:57 +12:00

Corrected syntax error

This commit is contained in:
Phxntxm 2016-07-25 15:07:56 -05:00
parent 96fbe0c288
commit c7124d448b

View file

@ -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