forgor setup function

pull/1/head
Matt Compton 3 years ago
parent 924586d718
commit 9c47fdc56e

@ -66,4 +66,7 @@ class Packages(commands.Cog):
@check.before_loop @check.before_loop
async def before_check(self): async def before_check(self):
print('waiting for bot to be ready...') print('waiting for bot to be ready...')
await self.bot.wait_until_ready() await self.bot.wait_until_ready()
def setup(bot):
bot.add_cog(Packages(bot))

Loading…
Cancel
Save