Update VRChatCurlOnline.sh

This commit is contained in:
Curt Spark 2024-02-28 16:15:55 +00:00
parent f470cea23d
commit 6a1732c979
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ APIREQUEST=$(curl -X 'GET' \
"https://vrchat.com/api/1/auth/user/friends?offline=false&n=50&offset=0" \
-H 'accept: application/json' \
-H "Cookie: $VRCSECURITYCOOKIE" \
-H "User-Agent: ***")
-H "User-Agent: ???")
APICOUNT=$(($(echo $APIREQUEST | jq -r '. | length') - 1))
for friend in $CHECKONLINEFRIENDS; do