diff options
| author | Rapptz <[email protected]> | 2017-01-14 19:22:26 -0500 |
|---|---|---|
| committer | Rapptz <[email protected]> | 2017-01-14 19:22:26 -0500 |
| commit | 92dd519b1a00fd4969bacd46fcb91b552f1a321a (patch) | |
| tree | 5965635cb7dd22f2f98aa7feeda82a0cc5d2724a /discord/member.py | |
| parent | [commands] Split process_commands into lower level bits. (diff) | |
| download | discord.py-92dd519b1a00fd4969bacd46fcb91b552f1a321a.tar.xz discord.py-92dd519b1a00fd4969bacd46fcb91b552f1a321a.zip | |
Remove _get_guild_id from Messageable ABC.
Diffstat (limited to 'discord/member.py')
| -rw-r--r-- | discord/member.py | 3 |
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] |