aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlee14 <Alee14498@gmail.com>2017-07-27 15:59:49 -0400
committerAlee14 <Alee14498@gmail.com>2017-07-27 15:59:49 -0400
commit73852f67f5bef8ec446f04ab6d4aafaf7f5de496 (patch)
treef38271b88123572a525cb207d1d2fdd980b9de54
parent8521041225a989faef066c256b1540f3e2f86200 (diff)
downloadAleeBot-73852f67f5bef8ec446f04ab6d4aafaf7f5de496.tar.gz
AleeBot-73852f67f5bef8ec446f04ab6d4aafaf7f5de496.tar.bz2
AleeBot-73852f67f5bef8ec446f04ab6d4aafaf7f5de496.zip
Updating AleeBot
-rw-r--r--aleebot.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/aleebot.js b/aleebot.js
index 3fa1f7a..2eed2dc 100644
--- a/aleebot.js
+++ b/aleebot.js
@@ -174,5 +174,5 @@ client.on("message", function(message){
});
client.login (config.token).catch(function() {
- console.log("[ERROR] Login failed.");
+ console.log("[ERROR] Login failed. Please contact Alee14#9928 or email him at alee14498@gmail.com.");
});