owobot/launch.cmd

8 lines
113 B
Batchfile
Raw Normal View History

2024-07-30 05:56:23 -04:00
@echo off
:botlaunch
node index.js
if %errorlevel%==1 (
exit
)
timeout /nobreak /t 5 > nul
goto botlaunch