Browse Source

Add the new statuses (#78)

pull/57/merge
PixeL 7 years ago
committed by Andrei Zbikowski
parent
commit
d0a3c5db0d
  1. 2
      disco/types/user.py

2
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(

Loading…
Cancel
Save