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))