wobscale / EuIrcBot

A featureful nodejs irc bot
MIT License
14 stars 15 forks source link

modules/ud: switch to more maintained ud impl #244

Closed euank closed 3 years ago

euank commented 3 years ago

The one we were using wasn't well maintained, and has some exceptions deep enough in asynchronous stuff that they can't easily be handled. Update to one that provides a nicer promise-based API.

Hopefully this fixes the issues with crashes. #241 did not actually catch the error.

euank commented 3 years ago

To switch to that impl, I also had to update the used nodejs version, and that required a few more small updates. I think this increases all the required numbers etc.

euank commented 3 years ago

self-reviewed; diff lgtm