This commit is contained in:
iDutchy 2020-10-01 22:24:15 +00:00
parent 768f409a84
commit b5ef2bdec4

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.