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 Jul 23, 2022. It is now read-only.
When an error happens anywhere in any code, a message should be sent to an admin channel so that issues can be seen quickly. This should include any errors in code called by the discord bot code. It should be possible to use the built in Discord.py client.on_error() https://discordpy.readthedocs.io/en/stable/api.html?highlight=error#discord.on_error
Acceptance Criteria
Every time there is an uncaught exception in any bot call, send that exception to an admin channel