#when I try to make a discord task. my bot doesn't seem to start the tasks.loop.
1 messages · Page 1 of 1 (latest)
dont mind the indentation
I tried adding the before loop
@updatepost.before_loop
async def before_updatepost(self):
print('waiting...')
await self.bot.wait_until_ready()
this worked fine
your bot is a commands.Bot? and your class is a commands.Cog?
@timber siren