diff options
| author | Rapptz <[email protected]> | 2016-12-31 06:58:05 -0500 |
|---|---|---|
| committer | Rapptz <[email protected]> | 2017-01-03 09:52:09 -0500 |
| commit | d5b616fa1168dddaffd2a16d6d87c2e6406a4fc1 (patch) | |
| tree | d8d28c069eedd6e0d46ea0208b3668abe6ade795 /discord/reaction.py | |
| parent | Add permission overwrites to GuildChannel. (diff) | |
| download | discord.py-d5b616fa1168dddaffd2a16d6d87c2e6406a4fc1.tar.xz discord.py-d5b616fa1168dddaffd2a16d6d87c2e6406a4fc1.zip | |
Rename MessageChannel abc to Messageable.
Diffstat (limited to 'discord/reaction.py')
| -rw-r--r-- | discord/reaction.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/discord/reaction.py b/discord/reaction.py index d80f716b..9c75bfec 100644 --- a/discord/reaction.py +++ b/discord/reaction.py @@ -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) |