John-David Wuarin

Results 2 comments of John-David Wuarin

That does look like an issue. The first error should be emitted back up so as to be caught by your code: ```js botmaster.on('error', (bot, err) => { console.log(bot.type); console.log(err.stack);...

Right. Wondering what should be the preferred behaviour here. I can either 1. forward the messages in the same way as if they were sent in `messaging`, and you the...