Anthrasite / BotPumpkin

A simple Discord bot which includes commands for starting and stopping an AWS instance for hosting a game server.
MIT License
0 stars 0 forks source link

Ensure the AWS instance polling can handle unexpected states #13

Closed Anthrasite closed 3 years ago

Anthrasite commented 3 years ago

While polling the state of an AWS instance, an unexpected state will cause the bot to become stuck in an infinite loop. Fix this so an unexpected state causes the polling loop to terminate.