updated install script

This commit is contained in:
2022-01-31 13:56:39 -06:00
parent d7adc4afde
commit 7ae2cb8db0
3 changed files with 28 additions and 4 deletions

View File

@@ -4,4 +4,13 @@
cd %~f0\..\..\..\
@REM run
npm install
npm install
@REM discord token
if not exist "token" copy NUL "token"
for /f %%i in ("token") do set size=%%~zi
if %size% equ 0 (
set /p token="Enter your discord bot token: "
echo | set /p=%id% > "token"
)