diff --git a/cogs/mod.py b/cogs/mod.py index d3cc0bb..e64a88e 100644 --- a/cogs/mod.py +++ b/cogs/mod.py @@ -27,7 +27,7 @@ class Mod: @commands.command(pass_context=True) @checks.isMod() - async def unnsfw(self, ctx) + async def unnsfw(self, ctx): """Removes this channel as a 'nsfw' channel""" cursor = config.getCursor() cursor.execute('use {}'.format(config.db_default))