From b286a596838965d86f3f96c382c09c0c9e9f0f59 Mon Sep 17 00:00:00 2001 From: phxntxm Date: Tue, 12 Jul 2016 10:58:57 -0500 Subject: [PATCH] How did that get there --- cogs/core.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cogs/core.py b/cogs/core.py index 9d9cc94..cb2c4d0 100644 --- a/cogs/core.py +++ b/cogs/core.py @@ -169,6 +169,6 @@ class Core: await self.bot.say('I have just removed the tag {}'.format(tag)) config.closeConnection() -! + def setup(bot): bot.add_cog(Core(bot))