From 32cb7fba1453461eaf0395641a202120041cfea6 Mon Sep 17 00:00:00 2001 From: dragonfire535 Date: Sun, 12 Mar 2017 19:00:19 -0400 Subject: [PATCH] Rejection Logger Uncommented --- index.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/index.js b/index.js index 24868fee..0b6e48b7 100644 --- a/index.js +++ b/index.js @@ -190,8 +190,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