Add support for voice channel parties #33

Closed
wasi-master wants to merge 277 commits from master into 2.0
30 changed files with 7053 additions and 53 deletions
Showing only changes of commit 93da1d920e - Show all commits

View File

@ -369,6 +369,7 @@ class MessageReference:
"""
self = cls(message_id=message.id, channel_id=message.channel.id, guild_id=getattr(message.guild, 'id', None), fail_if_not_exists=fail_if_not_exists)
self._state = message._state
return self
@classmethod
def from_message(cls, message):