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

Added : after method, I always forget those :/

This commit is contained in:
Phxntxm 2016-07-09 14:39:32 -05:00
parent 64db88544d
commit 7ebb704bdd

View file

@ -10,7 +10,7 @@ class Mod:
self.bot = bot
@commands.group(pass_context=True)
async def nsfw(self, ctx)
async def nsfw(self, ctx):
"""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))