diff --git a/discord/client.py b/discord/client.py index 6a257970..034ca522 100644 --- a/discord/client.py +++ b/discord/client.py @@ -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.