From e6e91d6468f7f1aa80426e3f274f9426460c4cfc Mon Sep 17 00:00:00 2001 From: Purpur <43528123+Pemigrade@users.noreply.github.com> Date: Sun, 10 Jan 2021 06:05:38 -0600 Subject: [PATCH] Update linking_updater.py --- cogs/linking_updater.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/cogs/linking_updater.py b/cogs/linking_updater.py index 657949a..f2ea2fb 100644 --- a/cogs/linking_updater.py +++ b/cogs/linking_updater.py @@ -115,3 +115,6 @@ class Linking_updater(commands.Cog): async def before_linking_updater(self): logging.info('waiting to enter loop') await bot.wait_until_ready() + +def setup(bot): + bot.add_cog(Linking_updater(bot))