mirror of
https://github.com/ChomeNS/chomens-bot-mc.git
synced 2024-11-14 18:54:55 -05:00
eai again
This commit is contained in:
parent
a890149a71
commit
186753cbe2
1 changed files with 4 additions and 0 deletions
4
index.js
4
index.js
|
@ -28,3 +28,7 @@ dcclient.on('ready', () => {
|
||||||
});
|
});
|
||||||
|
|
||||||
dcclient.login(config.discord.token);
|
dcclient.login(config.discord.token);
|
||||||
|
|
||||||
|
process.on('uncaughtException', (e) => {
|
||||||
|
console.log('uncaught ' + e);
|
||||||
|
});
|
||||||
|
|
Loading…
Reference in a new issue