aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlee14 <Alee14498@gmail.com>2017-08-14 15:46:25 -0400
committerAlee14 <Alee14498@gmail.com>2017-08-14 15:46:25 -0400
commitfb836e117ac0d348b79c3d3630014b75c15e2198 (patch)
tree3c49300e1b0ecd816bd5daf0f285c790f2217f71
parent05a386ecab3cab8b2a4d2c24015382e8a880f006 (diff)
downloadAleeBot-fb836e117ac0d348b79c3d3630014b75c15e2198.tar.gz
AleeBot-fb836e117ac0d348b79c3d3630014b75c15e2198.tar.bz2
AleeBot-fb836e117ac0d348b79c3d3630014b75c15e2198.zip
Updates
-rw-r--r--abwelcome.js2
1 files changed, 1 insertions, 1 deletions
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.");
});