Skip to content
This repository has been archived by the owner on Aug 1, 2021. It is now read-only.

Commit

Permalink
Add the new statuses (#78)
Browse files Browse the repository at this point in the history
  • Loading branch information
PixeLInc authored and b1naryth1ef committed Jan 22, 2018
1 parent 091017c commit d0a3c5d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions disco/types/user.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,8 @@ def __repr__(self):
GameType = Enum(
DEFAULT=0,
STREAMING=1,
LISTENING=2,
WATCHING=3,
)

Status = Enum(
Expand Down

0 comments on commit d0a3c5d

Please sign in to comment.