PixeLInc
8 years ago
No known key found for this signature in database
GPG Key ID: 37E94ED7317CA6A3
1 changed files with
2 additions and
0 deletions
-
disco/types/user.py
|
|
@ -58,6 +58,8 @@ class User(SlottedModel, with_equality('id'), with_hash('id')): |
|
|
|
GameType = Enum( |
|
|
|
DEFAULT=0, |
|
|
|
STREAMING=1, |
|
|
|
LISTENING=2, |
|
|
|
WATCHING=3, |
|
|
|
) |
|
|
|
|
|
|
|
Status = Enum( |
|
|
|