This commit is contained in:
Jiiks 2015-12-01 15:53:19 +02:00
commit 0ba19bf6b6
1 changed files with 3 additions and 2 deletions

View File

@ -5,6 +5,7 @@ if %errorlevel%==1 (
start "" "https://nodejs.org/dist/latest/win-x86/node.exe"
pause
) else (
cmd /k node.exe index.js
taskkill /f /im "Discord.exe" >nul 2>nul
cmd /k node.exe index.js
)
exit
exit