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 14:58:09 -05:00
parent 2764730b8f
commit 7bc51cfd68

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