diff --git a/cogs/task.py b/cogs/task.py index 5967163..4927ca9 100644 --- a/cogs/task.py +++ b/cogs/task.py @@ -66,4 +66,7 @@ class Packages(commands.Cog): @check.before_loop async def before_check(self): print('waiting for bot to be ready...') - await self.bot.wait_until_ready() \ No newline at end of file + await self.bot.wait_until_ready() + +def setup(bot): + bot.add_cog(Packages(bot))