Update Windows launcher

This commit is contained in:
7cc5c4f330d47060 2024-07-29 18:23:51 -04:00
parent f37d62f571
commit 813704d0c3

View file

@ -1,5 +1,8 @@
@echo off
:botlaunch
node index.js
if %errorlevel%==1 (
exit
)
timeout /nobreak /t 5 > nul
goto botlaunch