1
0
Fork 0
mirror of synced 2024-06-26 10:10:44 +12:00

Corrected syntax error

This commit is contained in:
Phxntxm 2016-10-07 17:51:16 -05:00
parent 685dd0beb5
commit 4e69e658b3

View file

@ -82,7 +82,7 @@ class Deviantart:
@commands.group()
@checks.custom_perms(send_messages=True)
async def da(self)
async def da(self):
pass
@da.command(pass_context=True, name='sub', aliases=['add', 'subscribe'])