aboutsummaryrefslogtreecommitdiff
path: root/discord/member.py
diff options
context:
space:
mode:
Diffstat (limited to 'discord/member.py')
-rw-r--r--discord/member.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/discord/member.py b/discord/member.py
index 5201bc41..97c9c254 100644
--- a/discord/member.py
+++ b/discord/member.py
@@ -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]