mirror of
https://github.com/Rapptz/discord.py.git
synced 2025-09-08 10:53:10 +00:00
@ -406,6 +406,7 @@ class ActivityType(Enum):
|
||||
streaming = 1
|
||||
listening = 2
|
||||
watching = 3
|
||||
custom = 4
|
||||
|
||||
def __int__(self):
|
||||
return self.value
|
||||
|
Reference in New Issue
Block a user