githubuser1102

Results 6 comments of githubuser1102

Yes, installed a few days ago.

Apparently the solution was not to add a disconnect listener. Sorry future readers, still an issue!

Hmm, I tried that but nothing gets outputted into the console. Wondering if it's not picking it up as a disconnect.

Also your code was missing a `(` and a `);`, so I think I fixed that with ```javascript bot.on('disconnect', function(errMsg, code) { console.log(`Disconnected from Discord. Error Code ${code}. Message ${errMsg}.`);...

Never mind, lucky try.