botvX_mjs/launch.cmd

8 lines
114 B
Batchfile
Raw Normal View History

2024-08-12 04:33:43 -04:00
@echo off
:botlaunch
2024-08-20 06:48:59 -04:00
node index.mjs
2024-08-12 04:33:43 -04:00
if %errorlevel%==1 (
exit
)
timeout /nobreak /t 5 > nul
goto botlaunch