competing type added

This commit is contained in:
iDutchy 2020-09-15 20:34:43 +00:00
parent 5756548a6a
commit a67bb723b4

View File

@ -417,6 +417,7 @@ class ActivityType(Enum):
listening = 2
watching = 3
custom = 4
competing = 5
def __int__(self):
return self.value