owobot/launch.cmd

8 lines
113 B
Batchfile
Raw Normal View History

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