From 31459b8f1828e8deae2f4291bbabe5579cefa718 Mon Sep 17 00:00:00 2001 From: Phxntxm Date: Thu, 11 Aug 2016 14:00:55 -0500 Subject: [PATCH] corrected syntax error --- cogs/mod.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cogs/mod.py b/cogs/mod.py index d63fe81..f40ab89 100644 --- a/cogs/mod.py +++ b/cogs/mod.py @@ -15,7 +15,7 @@ class Mod: @commands.command(pass_context=True, no_pm=True) @checks.customPermsOrRole(kick_members=True) - async def alerts(self, ctx, channel = discord.Channel) + async def alerts(self, ctx, channel = discord.Channel): """This command is used to set a channel as the server's 'notifications' channel Any notifications (like someone going live on Twitch, or Picarto) will go to that channel""" server_alerts = config.getContent('server_alerts') or {}