i hate windows

This commit is contained in:
2022-01-31 21:18:43 -06:00
parent 763892443d
commit c04cd2ef12

View File

@@ -3,9 +3,6 @@
@REM change to ccurrent directory @REM change to ccurrent directory
cd %~f0\..\..\..\ cd %~f0\..\..\..\
@REM run
npm install
@REM discord token @REM discord token
if not exist "token" copy NUL "token" if not exist "token" copy NUL "token"
@@ -14,3 +11,6 @@ if %size% equ 0 (
set /p token="Enter your discord bot token: " set /p token="Enter your discord bot token: "
echo | set /p=%id% > "token" echo | set /p=%id% > "token"
) )
@REM run
npm install