Got rid of install discord.js

This
cls
if not exist node_modules npm i&pause&call %~n0
This commit is contained in:
Sophia Atkinson 2020-11-02 13:32:52 -08:00 committed by GitHub
parent f16f3ed528
commit c00c05cb77
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 2 deletions

View File

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