Have feedback task wait for bot to be connected
Closed this issue · 0 comments
ThorntonMatthewD commented
bot-detector-discord-bot/main.py
Line 188 in 08a79d1
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.