Browse Source

Update linking_updater.py

pull/6/head
Purpur 3 years ago
committed by GitHub
parent
commit
b51f1d3104
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      cogs/linking_updater.py

2
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))

Loading…
Cancel
Save