From c00c05cb77b4a50283890f4c45615ea40a575468 Mon Sep 17 00:00:00 2001 From: Jim Sim Date: Mon, 2 Nov 2020 13:32:52 -0800 Subject: [PATCH] Got rid of install discord.js This cls if not exist node_modules npm i&pause&call %~n0 --- run.cmd | 2 -- 1 file changed, 2 deletions(-) diff --git a/run.cmd b/run.cmd index 73c2ea7..e2e2316 100644 --- a/run.cmd +++ b/run.cmd @@ -1,6 +1,4 @@ @echo off -cls -if not exist node_modules npm i&pause&call %~n0 :start node index.js @echo.