mirror of
https://github.com/Rapptz/discord.py.git
synced 2025-09-05 17:36:15 +00:00
Rename MessageChannel abc to Messageable.
This commit is contained in:
@ -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)
|
||||
|
Reference in New Issue
Block a user