aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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