5HT2 / taro-bot

A fast, scalable and easily expandable Discord bot
https://frogg.ie/invite-taro-bot
ISC License
10 stars 1 forks source link

Plugins are able to panic during loading, causing a bot load failure #35

Closed 5HT2 closed 2 years ago

5HT2 commented 2 years ago

This shouldn't be possible, plugin loading should be safe. A plugin will be skipped if it fails to compile currently, but that's it.

We don't want plugin loading to be un-safe because plugins will be loaded during runtime dynamically (#8) in the future, and not just during bot loading.

This should be fixed ASAP.