summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlee <alee14498@gmail.com>2018-04-16 10:48:35 -0400
committerAlee <alee14498@gmail.com>2018-04-16 10:48:35 -0400
commit58e02ffe680b3875a484f009828368c6fb049c4f (patch)
tree4328019917175fee62b7f5aa54b5c4d299161813
parentf77600d11bc85722f38e2379c4a2ffe71d72cf1a (diff)
downloadAleeBot-58e02ffe680b3875a484f009828368c6fb049c4f.tar.gz
AleeBot-58e02ffe680b3875a484f009828368c6fb049c4f.tar.bz2
AleeBot-58e02ffe680b3875a484f009828368c6fb049c4f.zip
This isn't DOS silly
-rw-r--r--run_win.bat7
1 files changed, 6 insertions, 1 deletions
diff --git a/run_win.bat b/run_win.bat
index 827caff..d4132bb 100644
--- a/run_win.bat
+++ b/run_win.bat
@@ -16,9 +16,10 @@ if %start% == debug goto ad
if %start% == no goto cexit
if %start% == No goto cexit
if %start% == exit goto cexit
+if %start% == easteregg goto easter
if %start% == other goto error
:error
-echo Bad command or file name or type command
+echo Bad command
echo.
pause>nul
cls
@@ -34,6 +35,10 @@ goto add
git pull
node bot_discord.js --debug
goto ad
+:easter
+echo Hey... there is no easter egg...
+cls
+goto main
:cexit
echo Exiting...
pause>nul