Update run.cmd

This commit is contained in:
2020-11-01 00:34:36 -07:00
committed by GitHub
parent aa17403096
commit f16f3ed528

View File

@ -1,2 +1,8 @@
@echo off
cls
if not exist node_modules npm i&pause&call %~n0
:start
node index.js node index.js
@echo.
@echo Press any key to restart bot...&pause >nul
call %~n0