diff --git a/disco/types/user.py b/disco/types/user.py index b35dc47..0eeca8d 100644 --- a/disco/types/user.py +++ b/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(