Skip to content
This repository was archived by the owner on Dec 20, 2021. It is now read-only.

Commit 5386964

Browse files
committed
status_description only returns if friends
1 parent 6a7151a commit 5386964

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

vrcpy/user.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -70,10 +70,6 @@ def __init__(self, client, obj=None, loop=None):
7070
"dict_key": "isFriend",
7171
"type": bool
7272
},
73-
"status_description": {
74-
"dict_key": "statusDescription",
75-
"type": str
76-
},
7773
"last_login": {
7874
"dict_key": "last_login",
7975
"type": str
@@ -92,6 +88,10 @@ def __init__(self, client, obj=None, loop=None):
9288
"location": {
9389
"dict_key": "location",
9490
"type": str
91+
},
92+
"status_description": {
93+
"dict_key": "statusDescription",
94+
"type": str
9595
}
9696
})
9797

0 commit comments

Comments
 (0)