From 9a9348c1607c9b7d77e925475efeb448fbd0807d Mon Sep 17 00:00:00 2001 From: Alee Date: Sun, 15 Apr 2018 15:31:39 -0400 Subject: [PATCH] Added debug mode in script --- run_win.bat | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) 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