Update run.cmd

This commit is contained in:
Sophia Atkinson 2020-11-01 00:34:36 -07:00 committed by GitHub
parent aa17403096
commit f16f3ed528
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 7 additions and 1 deletions

View File

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