remade queue logic

This commit is contained in:
2022-02-01 13:47:52 -06:00
parent dc0cc6685d
commit cf453957e9
7 changed files with 278 additions and 249 deletions

View File

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