Skip to content
This repository was archived by the owner on Sep 25, 2024. It is now read-only.
This repository was archived by the owner on Sep 25, 2024. It is now read-only.

Error Handling #14

@Baconing

Description

@Baconing

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions