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:21 -05:00
parent 6b1851dd55
commit 8295b43f71

View file

@ -152,7 +152,7 @@ class Mod:
config.closeConnection()
@perms.command(name="remove", aliases=["delete"], pass_context=True, no_pm=True)
@checks.has_permissions("manage_server")
@commands.has_permissions("manage_server")
async def remove_perms(self, ctx, *command: str):
"""Removes the custom permissions on the command specified"""
cmd = " ".join(command)