From fb836e117ac0d348b79c3d3630014b75c15e2198 Mon Sep 17 00:00:00 2001 From: Alee14 Date: Mon, 14 Aug 2017 15:46:25 -0400 Subject: Updates --- abwelcome.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/abwelcome.js b/abwelcome.js index 792cb9f..92d565e 100644 --- a/abwelcome.js +++ b/abwelcome.js @@ -22,6 +22,6 @@ process.on('unhandledRejection', function(err, p) { console.log("[ERROR | UNCAUGHT PROMISE] " + err.stack); }); -client.login (config.token).catch(function() { +client.login (config.aawtoken).catch(function() { console.log("[ERROR] Login failed. Please contact Alee14#9928 or email him at alee14498@gmail.com."); }); -- cgit v1.2.3