lphillips / SecretHitlerDiscord

A discord bot for the famous board game Secret Hitler
Other
1 stars 0 forks source link

No error messages when Discord API throws an error #4

Open lphillips opened 3 years ago

lphillips commented 3 years ago

Most errors are unhandled currently, so the user is not informed when they do something incorrect, and it looks like some unhandled errors put the game in a bad state and make it impossible to continue. Error handling needs to be improved across the board, writing error messages to Discord chat when possible, and ensuring that the application isn't left in a bad state after an error occurs.