From c04cd2ef122c25a1483ecdf36ada3991566a5cac Mon Sep 17 00:00:00 2001 From: ashley zomo Date: Mon, 31 Jan 2022 21:18:43 -0600 Subject: [PATCH] i hate windows --- scripts/windows/install.bat | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/scripts/windows/install.bat b/scripts/windows/install.bat index e86a144..0e98f1e 100644 --- a/scripts/windows/install.bat +++ b/scripts/windows/install.bat @@ -3,9 +3,6 @@ @REM change to ccurrent directory cd %~f0\..\..\..\ -@REM run -npm install - @REM discord token if not exist "token" copy NUL "token" @@ -14,3 +11,6 @@ if %size% equ 0 ( set /p token="Enter your discord bot token: " echo | set /p=%id% > "token" ) + +@REM run +npm install