From 8295b43f7185a0546d0598081cfc4df456b364e8 Mon Sep 17 00:00:00 2001 From: Phxntxm Date: Sat, 16 Jul 2016 07:00:21 -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 c6aaec2..9a0acb0 100644 --- a/cogs/mod.py +++ b/cogs/mod.py @@ -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)