This commit is contained in:
Daniel Odendahl Jr
2017-03-30 21:39:49 +00:00
parent 26cb9cb547
commit 0fbf8bd7e1
2 changed files with 3 additions and 101 deletions
+1 -3
View File
@@ -142,8 +142,6 @@ client.once('ready', () => {
client.user.setGame(";help | dragonfire535");
});
process.on('unhandledRejection', function(reason, p) {
console.log(`[Error] A Possibly Unhandled Rejection has Occurred. ${reason}`);
});
process.on('unhandledRejection', console.error);
client.login(config.token);