From 7afbb775fa6584038f8910beec5dea6821f6a5aa Mon Sep 17 00:00:00 2001 From: dragonfire535 Date: Mon, 13 Mar 2017 18:04:25 -0400 Subject: [PATCH] Promise Rejector Added Back --- index.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/index.js b/index.js index 39a84294..5e4ac471 100644 --- a/index.js +++ b/index.js @@ -182,8 +182,8 @@ client.once('ready', () => { client.user.setGame(";help | dragonfire535"); }); -//process.on('unhandledRejection', function(reason, p){ - // console.log("A Possibly Unhandled Rejection has Occurred."); -//}); +process.on('unhandledRejection', function(reason, p){ + console.log("A Possibly Unhandled Rejection has Occurred."); +}); client.login(config.token); \ No newline at end of file