aboutsummaryrefslogtreecommitdiff
path: root/runbot.bat
diff options
context:
space:
mode:
Diffstat (limited to 'runbot.bat')
-rw-r--r--runbot.bat4
1 files changed, 2 insertions, 2 deletions
diff --git a/runbot.bat b/runbot.bat
index 132e422..5cddf5a 100644
--- a/runbot.bat
+++ b/runbot.bat
@@ -3,6 +3,6 @@
echo [INFO] Getting the latest info...
git pull
echo [SUCCESS] Finished getting the latest info
-echo [INFO] Starting AleeBot
-node bot.js
+echo [INFO] Starting AleeBot & AleeMod
+node aleebot.js && node aleemod.js
goto 1