diff options
Diffstat (limited to 'discord/user.py')
| -rw-r--r-- | discord/user.py | 3 |
1 files changed, 0 insertions, 3 deletions
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. |