mirror of
https://github.com/Alee14/AleeBot.git
synced 2025-01-22 11:11:46 -05:00
Added debug mode in script
This commit is contained in:
parent
dc2567130b
commit
9a9348c160
1 changed files with 6 additions and 1 deletions
|
@ -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
|
||||
goto a
|
||||
:ad
|
||||
git pull
|
||||
node bot_discord.js --debug
|
||||
goto ad
|
Loading…
Reference in a new issue