1
0
Fork 0
mirror of synced 2024-05-05 13:12:34 +12:00

Don't call parent command

This commit is contained in:
phxntxm 2018-04-24 18:16:24 -05:00
parent 011b550ea5
commit e32c398290

View file

@ -33,7 +33,7 @@ class Spotify:
await asyncio.wait(data.get("expires_in"))
@commands.group()
@commands.group(invoke_without_command=True)
@commands.guild_only()
@utils.custom_perms(send_messages=True)
@utils.check_restricted()