From a987952182c92875b69e262478c2f002f6f5ab67 Mon Sep 17 00:00:00 2001 From: Alee14 Date: Fri, 28 Jul 2017 22:53:28 -0400 Subject: doing stuff --- aleebot.js | 3 --- 1 file changed, 3 deletions(-) diff --git a/aleebot.js b/aleebot.js index f66482b..41fe4f2 100644 --- a/aleebot.js +++ b/aleebot.js @@ -179,9 +179,6 @@ client.on("message", function(message){ }); - process.on('unhandledRejection', function(err, p) { - console.log("[ERROR | UNCAUGHT PROMISE] " + err.stack); -}); client.login (config.token).catch(function() { console.log("[ERROR] Login failed. Please contact Alee14#9928 or email him at alee14498@gmail.com."); -- cgit v1.2.3