From f465f88d817f9d88e626a09032def5a37d974d1a Mon Sep 17 00:00:00 2001 From: Rapptz Date: Wed, 18 Jan 2017 19:54:47 -0500 Subject: Reimplement Guild.me property without patching it in. --- discord/state.py | 2 -- 1 file changed, 2 deletions(-) (limited to 'discord/state.py') diff --git a/discord/state.py b/discord/state.py index 37ccd922..7f0c4eb9 100644 --- a/discord/state.py +++ b/discord/state.py @@ -188,8 +188,6 @@ class ConnectionState: def _add_guild_from_data(self, guild): guild = Guild(data=guild, state=self) - Guild.me = property(lambda s: s.get_member(self.user.id)) - Guild.voice_client = property(lambda s: self._get_voice_client(s.id)) self._add_guild(guild) return guild -- cgit v1.2.3