diff --git a/run.cmd b/run.cmd index 4878c6e..73c2ea7 100644 --- a/run.cmd +++ b/run.cmd @@ -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