Skip to content

Error Handling #36

Description

@TwoLettuce

Overview

If any unhandled exceptions are raised, the discord bot will continue running, but the code related to the execution of the task that caused the exception will immediately stop executing. This is problematic, because there are parts of the bot that we should expect/want to work even if others fail. For example, database errors shouldn't cause the command to help a student to fail entirely. Thus, more robust error handling at each major step in a task's execution will enable the bot to function better in abnormal circumstances and prevent bugs from requiring frantic patches.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions