1
0
Fork 0
mirror of synced 2024-05-19 20:12:30 +12:00

Fixed indenting

This commit is contained in:
Phxntxm 2016-07-09 14:40:51 -05:00
parent 7ebb704bdd
commit 76db201274

View file

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