From b51f1d31049e6381e735dc89c1c48a343d8f9a0d Mon Sep 17 00:00:00 2001 From: Purpur <43528123+Pemigrade@users.noreply.github.com> Date: Sun, 10 Jan 2021 06:10:18 -0600 Subject: [PATCH] Update linking_updater.py --- cogs/linking_updater.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cogs/linking_updater.py b/cogs/linking_updater.py index aa308d6..42a90b7 100644 --- a/cogs/linking_updater.py +++ b/cogs/linking_updater.py @@ -114,7 +114,7 @@ class Linking_updater(commands.Cog): @linking_updater.before_loop async def before_linking_updater(self): logging.info('waiting to enter loop') - await bot.wait_until_ready() + await self.bot.wait_until_ready() def setup(bot): bot.add_cog(Linking_updater(bot))