botv12/launch.cmd
2024-10-20 14:22:22 -04:00

8 lines
No EOL
113 B
Batchfile

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