botvX_mjs/launch.cmd
2024-08-20 06:48:59 -04:00

8 lines
No EOL
114 B
Batchfile

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