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