This repository has been archived on 2024-08-08. You can view files and clone it, but cannot push or open issues or pull requests.
botvX_forgejo2/launch.cmd

8 lines
113 B
Batchfile
Raw Permalink Normal View History

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