Add competing activity type

This commit is contained in:
iDutchy
2020-09-20 00:05:18 -04:00
committed by GitHub
parent 8f105a441d
commit cc26499237
2 changed files with 6 additions and 0 deletions
+1
View File
@@ -417,6 +417,7 @@ class ActivityType(Enum):
listening = 2
watching = 3
custom = 4
competing = 5
def __int__(self):
return self.value