Add support for creating parties

This commit is contained in:
Wasi Master
2021-08-30 11:43:03 +06:00
parent 773ad6f5bf
commit 8ec591e46b
4 changed files with 91 additions and 1 deletions

View File

@@ -30,6 +30,7 @@ __all__ = (
'Enum',
'ChannelType',
'MessageType',
'PartyType',
'VoiceRegion',
'SpeakingState',
'VerificationLevel',
@@ -214,6 +215,14 @@ class MessageType(Enum):
guild_invite_reminder = 22
class PartyType(Enum):
youtube = 755600276941176913
poker = 755827207812677713
betrayal = 773336526917861400
fishing = 814288819477020702
chess = 832012774040141894
class VoiceRegion(Enum):
us_west = 'us-west'
us_east = 'us-east'