Add support for voice channel parties #33

Closed
wasi-master wants to merge 277 commits from master into 2.0
142 changed files with 7306 additions and 21886 deletions
Showing only changes of commit a67bb723b4 - Show all commits

View File

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