Add support for custom activities

It's been long enough.

Fixes #2400
This commit is contained in:
Rapptz
2020-01-14 20:37:48 -05:00
parent e5870903f5
commit a841efa087
3 changed files with 116 additions and 1 deletions

View File

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