Bot-detector/bot-detector-discord-bot

Have feedback task wait for bot to be connected

Closed this issue · 0 comments

await asyncio.sleep(5)

Change this to something like await bot.wait_until_ready() instead to be more flexible if the bot is slow to get going.

The 5 seconds wait hasn't ever been an issue, but it's hacky and may fail one day.