From b237985a75a8cb7c5201bb730ec75411a9b3e8f5 Mon Sep 17 00:00:00 2001 From: Phxntxm Date: Sun, 10 Jul 2016 10:24:55 -0500 Subject: [PATCH] Added the : after the method name...again --- cogs/twitch.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cogs/twitch.py b/cogs/twitch.py index 301a040..a846f8b 100644 --- a/cogs/twitch.py +++ b/cogs/twitch.py @@ -58,5 +58,5 @@ class Twitch: await bot.say("I do not have your twitch URL added {}".format(ctx.message.author.mention)) config.closeConnection() -def setup(bot) +def setup(bot): bot.add_cog(Twitch(bot))