This repository has been archived on 2022-09-24. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
discord-bot/run.cmd
2020-11-01 00:34:36 -07:00

9 lines
157 B
Batchfile

@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