From b5ef2bdec432949ae498a447458f5cb40859e4f6 Mon Sep 17 00:00:00 2001 From: iDutchy Date: Thu, 1 Oct 2020 22:24:15 +0000 Subject: [PATCH] oop --- discord/client.py | 10 ---------- 1 file changed, 10 deletions(-) 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.