diff options
| author | Alee <alee14498@gmail.com> | 2018-04-15 15:31:39 -0400 |
|---|---|---|
| committer | Alee <alee14498@gmail.com> | 2018-04-15 15:31:39 -0400 |
| commit | 9a9348c1607c9b7d77e925475efeb448fbd0807d (patch) | |
| tree | 12047151c8fc83e3467b08ac14ce4b65ba1208db | |
| parent | dc2567130b10de432aa8024dea86144e08b5ee9a (diff) | |
| download | AleeBot-9a9348c1607c9b7d77e925475efeb448fbd0807d.tar.gz AleeBot-9a9348c1607c9b7d77e925475efeb448fbd0807d.tar.bz2 AleeBot-9a9348c1607c9b7d77e925475efeb448fbd0807d.zip | |
Added debug mode in script
| -rw-r--r-- | run_win.bat | 7 |
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 |
