1
0
Fork 0
mirror of synced 2024-05-19 12:02:29 +12:00

Fixed syntax error

This commit is contained in:
Phxntxm 2016-07-15 08:27:55 -05:00
parent 3ebec94c62
commit ea4fcdf01f

View file

@ -63,7 +63,7 @@ class Mod:
@commands.group(pass_context=True, invoke_without_command=True)
@commands.has_permissions(manage_server=True)
async def perms(self, ctx, command: str)
async def perms(self, ctx, command: str):
if command not in self.bot.commands:
await bot.say("{} does not appear to be a valid command, I can't set permissions for a command that doesn't exist!")
return