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

Fixed syntax error

This commit is contained in:
Phxntxm 2016-07-16 07:00:49 -05:00
parent 8295b43f71
commit e5568740af

View file

@ -98,7 +98,7 @@ class Mod:
command))
@perms.command(name="add", aliases=["setup,create"], pass_context=True, no_pm=True)
@checks.has_permissions("manage_server")
@commands.has_permissions("manage_server")
async def add_perms(self, ctx, *msg: str):
"""Sets up custom permissions on the provided command
Format must be 'perms add <command> <permission>'"""