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