remade queue logic
This commit is contained in:
@@ -8,11 +8,11 @@ cd ../..
|
||||
npm install
|
||||
|
||||
#discord token
|
||||
[ ! -f "token" ] && touch "token"
|
||||
[ ! -f "token.txt" ] && touch "token.txt"
|
||||
|
||||
if [ ! -s "token" ]
|
||||
if [ ! -s "token.txt" ]
|
||||
then
|
||||
printf "Enter your discord bot token: "
|
||||
read token
|
||||
printf $token > "token"
|
||||
printf $token > "token.txt"
|
||||
fi
|
||||
Reference in New Issue
Block a user