From 92dd519b1a00fd4969bacd46fcb91b552f1a321a Mon Sep 17 00:00:00 2001 From: Rapptz Date: Sat, 14 Jan 2017 19:22:26 -0500 Subject: Remove _get_guild_id from Messageable ABC. --- discord/user.py | 3 --- 1 file changed, 3 deletions(-) (limited to 'discord/user.py') diff --git a/discord/user.py b/discord/user.py index bbc6d1cc..c08a3fb7 100644 --- a/discord/user.py +++ b/discord/user.py @@ -91,9 +91,6 @@ class User(discord.abc.Messageable): ch = yield from self.create_dm() return ch - def _get_guild_id(self): - return None - @property def dm_channel(self): """Returns the :class:`DMChannel` associated with this user if it exists. -- cgit v1.2.3