Rename MessageChannel abc to Messageable.

This commit is contained in:
Rapptz
2016-12-31 06:58:05 -05:00
parent 633eacc982
commit d5b616fa11
4 changed files with 62 additions and 43 deletions

View File

@ -113,7 +113,7 @@ class Reaction:
A list of users who reacted to the message.
"""
# TODO: Return an iterator a la `MessageChannel.history`?
# TODO: Return an iterator a la `Messageable.history`?
if self.custom_emoji:
emoji = '{0.name}:{0.id}'.format(self.emoji)