Add support for voice channel parties #33

Closed
wasi-master wants to merge 277 commits from master into 2.0
77 changed files with 2572 additions and 2108 deletions
Showing only changes of commit f1130e4985 - Show all commits

View File

@ -342,6 +342,7 @@ class MessageReference:
self.message_id = utils._get_as_snowflake(data, 'message_id')
self.channel_id = int(data.pop('channel_id'))
self.guild_id = utils._get_as_snowflake(data, 'guild_id')
self.fail_if_not_exists = data.get('fail_if_not_exists', True)
self._state = state
self.resolved = None
return self