From 76db2012748bad2129e3fb0b920ec2fb33305ed3 Mon Sep 17 00:00:00 2001 From: Phxntxm Date: Sat, 9 Jul 2016 14:40:51 -0500 Subject: [PATCH] Fixed indenting --- cogs/mod.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cogs/mod.py b/cogs/mod.py index 5b7f475..a97c93c 100644 --- a/cogs/mod.py +++ b/cogs/mod.py @@ -11,7 +11,7 @@ class Mod: @commands.group(pass_context=True) async def nsfw(self, ctx): - """Handles adding or removing a channel as a nsfw channel""" + """Handles adding or removing a channel as a nsfw channel""" if ctx.invoked_subcommand is None: await self.bot.say('Invalid subcommand passed: {0.subcommand_passed}'.format(ctx))