From d0a3c5db0d5d285a5e8118a271bf0e3b897430a2 Mon Sep 17 00:00:00 2001 From: PixeL Date: Mon, 22 Jan 2018 08:19:30 -0600 Subject: [PATCH] Add the new statuses (#78) --- disco/types/user.py | 2 ++ 1 file changed, 2 insertions(+) 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(