Add support for voice channel parties #33

Closed
wasi-master wants to merge 277 commits from master into 2.0
82 changed files with 2656 additions and 2155 deletions
Showing only changes of commit 6a52eea6ff - Show all commits

View File

@ -394,6 +394,8 @@ class AuditLogAction(Enum):
return 'webhook'
elif v < 70:
return 'emoji'
elif v == 73:
return 'channel'
elif v < 80:
return 'message'
elif v < 90: