You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 25, 2024. It is now read-only.
A proper, unified system to handle all exceptions and errors (apart from fatal errors).
Some errors (e.g. SQL) will throw a RuntimeException when caught, taking the whole bot down with it, we should instead just notify the user of the error or try again (with limit), allowing the bot to continue execution without relying on automatic restarts or administrator intervention.
If we start to detect abnormalities with errors (e.g. above normal numbers, same types, same user), we can also send a mass DM to all bot administrators.
A proper, unified system to handle all exceptions and errors (apart from fatal errors).
Some errors (e.g. SQL) will throw a RuntimeException when caught, taking the whole bot down with it, we should instead just notify the user of the error or try again (with limit), allowing the bot to continue execution without relying on automatic restarts or administrator intervention.
If we start to detect abnormalities with errors (e.g. above normal numbers, same types, same user), we can also send a mass DM to all bot administrators.