1
0
Fork 0
mirror of synced 2024-06-27 02:31:04 +12:00

corrected syntax error

This commit is contained in:
Phxntxm 2016-10-29 22:17:17 -05:00
parent 1951aaa665
commit 55df57fa74

View file

@ -51,7 +51,7 @@ class Osu:
async def osu(self, ctx):
pass
@osu.command(name='scores', aliases=['score'] pass_context=True)
@osu.command(name='scores', aliases=['score'], pass_context=True)
@checks.custom_perms(send_messages=True)
async def osu_user_scores(self, ctx, user, song=1):
"""Used to get the top scores for a user