pinano-discord / Pinano-Discord-Bot

A Discord bot for the Pinano guild
MIT License
9 stars 11 forks source link

Force bot restart on return from disconnect #138

Closed pianiststickman closed 4 years ago

pianiststickman commented 4 years ago

Scenario: Discord has an API outage while member is in a room. Member now leaves the room. Since the API is down, we never pick up the update that the member has left, and we keep the session running until the next time they join a room, which could be weeks later.

Easiest way to fix this is probably just to force-restart the bot on the ready event if we've already responded to a ready event before.

pianiststickman commented 4 years ago

Fixed in #154