Add support for voice channel parties #33

Closed
wasi-master wants to merge 277 commits from master into 2.0
128 changed files with 12210 additions and 18795 deletions
Showing only changes of commit b5ef2bdec4 - Show all commits

View File

@ -289,16 +289,6 @@ class Client:
def _handle_ready(self):
self._ready.set()
@property
def embed_color(self):
"""Optional[:class:`.Color`]: The default color for all embeds
"""
return self._embed_color
@embed_color.setter
def embed_color(self, value):
@property
def latency(self):
""":class:`float`: Measures latency between a HEARTBEAT and a HEARTBEAT_ACK in seconds.