Rename MessageChannel abc to Messageable.

This commit is contained in:
Rapptz
2017-01-03 09:52:09 -05:00
parent 633eacc982
commit d5b616fa11
4 changed files with 62 additions and 43 deletions
+1 -1
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)