fixes
parent
6ef5de1cdf
commit
54edc4c863
|
@ -52,6 +52,11 @@ module.exports = {
|
|||
console.log('');
|
||||
});
|
||||
|
||||
bot.on('error', err => {
|
||||
console.error(err);
|
||||
process.exit(1);
|
||||
});
|
||||
|
||||
bot.connect();
|
||||
}
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue