competing type added
This commit is contained in:
parent
5756548a6a
commit
a67bb723b4
@ -417,6 +417,7 @@ class ActivityType(Enum):
|
|||||||
listening = 2
|
listening = 2
|
||||||
watching = 3
|
watching = 3
|
||||||
custom = 4
|
custom = 4
|
||||||
|
competing = 5
|
||||||
|
|
||||||
def __int__(self):
|
def __int__(self):
|
||||||
return self.value
|
return self.value
|
||||||
|
Loading…
x
Reference in New Issue
Block a user