Got rid of install discord.js

This
cls
if not exist node_modules npm i&pause&call %~n0
This commit is contained in:
2020-11-02 13:32:52 -08:00
committed by GitHub
parent f16f3ed528
commit c00c05cb77

View File

@ -1,6 +1,4 @@
@echo off @echo off
cls
if not exist node_modules npm i&pause&call %~n0
:start :start
node index.js node index.js
@echo. @echo.