aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlee14 <alee14498@gmail.com>2017-03-27 16:57:23 -0400
committerAlee14 <alee14498@gmail.com>2017-03-27 16:57:23 -0400
commite7b9e3262062dfac05c7a7e96f3fd50a3e64152b (patch)
treee0d3e4943725d1c8be5b789b2a5954fc73724be9
parent24c9ab048c224da053d70eaa952a996a882e9501 (diff)
downloadAleeBot-e7b9e3262062dfac05c7a7e96f3fd50a3e64152b.tar.gz
AleeBot-e7b9e3262062dfac05c7a7e96f3fd50a3e64152b.tar.bz2
AleeBot-e7b9e3262062dfac05c7a7e96f3fd50a3e64152b.zip
honeyfry xP
-rw-r--r--bot.js1
-rw-r--r--runbot.bat4
2 files changed, 4 insertions, 1 deletions
diff --git a/bot.js b/bot.js
index 71504e8..35f4662 100644
--- a/bot.js
+++ b/bot.js
@@ -39,3 +39,4 @@ client.on('message', message => {
client.on("ready", () => client.user.setGame("aleebot:help"))
client.login ('token')
+ console.log('[INFO] Success! Bot is running') \ No newline at end of file
diff --git a/runbot.bat b/runbot.bat
index 9f54b89..133e1e2 100644
--- a/runbot.bat
+++ b/runbot.bat
@@ -1,3 +1,5 @@
@echo off
+:1
echo [INFO] Starting AleeBot
-node bot.js \ No newline at end of file
+node bot.js
+goto 1 \ No newline at end of file