Remove _get_guild_id from Messageable ABC.

This commit is contained in:
Rapptz
2017-01-14 19:22:26 -05:00
parent ce9d5b4f4a
commit 92dd519b1a
7 changed files with 11 additions and 39 deletions

View File

@ -177,9 +177,6 @@ class Member(discord.abc.Messageable):
ch = yield from self.create_dm()
return ch
def _get_guild_id(self):
return None
def _update_roles(self, data):
# update the roles
self.roles = [self.guild.default_role]