From ea4fcdf01f8451c92e83821ae21dfdabc4a1d1c5 Mon Sep 17 00:00:00 2001 From: Phxntxm Date: Fri, 15 Jul 2016 08:27:55 -0500 Subject: [PATCH] Fixed syntax error --- cogs/mod.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cogs/mod.py b/cogs/mod.py index a973272..b86dc38 100644 --- a/cogs/mod.py +++ b/cogs/mod.py @@ -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