aboutsummaryrefslogtreecommitdiff
path: root/run_win.bat
diff options
context:
space:
mode:
Diffstat (limited to 'run_win.bat')
-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