From f16f3ed52833f8ce76dff5a3111b2d40d50ab874 Mon Sep 17 00:00:00 2001 From: Jim Sim Date: Sun, 1 Nov 2020 00:34:36 -0700 Subject: [PATCH] Update run.cmd --- run.cmd | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) 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