mirror of
https://github.com/Rapptz/discord.py.git
synced 2025-12-04 22:42:21 +00:00
Remove _get_guild_id from Messageable ABC.
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user