summaryrefslogtreecommitdiff
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 d060448..d3efd21 100644
--- a/run_win.bat
+++ b/run_win.bat
@@ -13,6 +13,7 @@ set /p start=
if %start% == Yes goto a
if %start% == yes goto a
if %start% == y goto a
+if %start% == debug goto ad
echo Exiting...
pause>nul
@@ -20,4 +21,8 @@ exit
:a
git pull
node bot_discord.js
-goto a \ No newline at end of file
+goto a
+:ad
+git pull
+node bot_discord.js --debug
+goto ad \ No newline at end of file