aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--runaleebot.bat3
-rw-r--r--runaleemod.bat3
-rw-r--r--update.bat7
3 files changed, 7 insertions, 6 deletions
diff --git a/runaleebot.bat b/runaleebot.bat
index 26bf1f1..6b5ce5e 100644
--- a/runaleebot.bat
+++ b/runaleebot.bat
@@ -1,8 +1,5 @@
@echo off
:1
-echo [INFO] Getting the latest info...
-git pull
-echo [SUCCESS] Finished getting the latest info
echo [INFO] Starting AleeBot...
node aleebot.js
goto 1
diff --git a/runaleemod.bat b/runaleemod.bat
index 50df469..75662c0 100644
--- a/runaleemod.bat
+++ b/runaleemod.bat
@@ -1,8 +1,5 @@
@echo off
:1
-echo [INFO] Getting the latest info...
-git pull
-echo [SUCCESS] Finished getting the latest info
echo [INFO] Starting AleeMod
node aleemod.js
goto 1
diff --git a/update.bat b/update.bat
new file mode 100644
index 0000000..ff674a9
--- /dev/null
+++ b/update.bat
@@ -0,0 +1,7 @@
+@echo off
+title Update
+echo [INFO] Updating Git...
+git pull
+echo [SUCCESS] Git has been updated!
+echo Press Anything to Exit!
+pause \ No newline at end of file