Browse Source

Add CUSTOM ActivityType

pull/152/head
“elderlabs” 5 years ago
parent
commit
d88f67ff21
  1. 1
      disco/types/user.py

1
disco/types/user.py

@ -93,6 +93,7 @@ class ActivityTypes(object):
STREAMING = 1
LISTENING = 2
WATCHING = 3
CUSTOM = 4
class Status(object):

Loading…
Cancel
Save