From c710dc153fbc54c9c20ef40b98ad30f5e6a79b8c Mon Sep 17 00:00:00 2001 From: Phxntxm Date: Sun, 10 Jul 2016 13:35:27 -0500 Subject: [PATCH] Fixed the : --- cogs/twitch.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cogs/twitch.py b/cogs/twitch.py index 9dc24d2..7c5a665 100644 --- a/cogs/twitch.py +++ b/cogs/twitch.py @@ -103,7 +103,7 @@ class Twitch: config.closeConnection() @commands.group(pass_context=True, no_pm=True, invoke_without_command=True) - async def notify(self, ctx) + async def notify(self, ctx): """This can be used to turn notifications on or off""" pass