master
Matthew 2020-08-20 19:56:59 -04:00
parent 6ef5de1cdf
commit 54edc4c863
No known key found for this signature in database
GPG Key ID: 210AF32ADE3B5C4B
1 changed files with 5 additions and 0 deletions

View File

@ -52,6 +52,11 @@ module.exports = {
console.log(''); console.log('');
}); });
bot.on('error', err => {
console.error(err);
process.exit(1);
});
bot.connect(); bot.connect();
} }
}; };