forwards-long-jump / discotron

Modular Discord bot supporting plugins hosted on git repositories
MIT License
3 stars 5 forks source link

Improve error handling #102

Open RedMser opened 4 years ago

RedMser commented 4 years ago

Certain edge case conditions can currently cause uncaught exceptions.

Examples I can imagine but didn't test explicitly:

We should think of how to / whether to handle such error cases, maybe write tests for them as well (see #91)...