diff options
| -rw-r--r-- | runbot.bat | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |
