aboutsummaryrefslogtreecommitdiff
path: root/discord/reaction.py
Commit message (Expand)AuthorAgeFilesLines
* Bumped copyright years to 2019.Dante Dam2019-01-281-1/+1
* Remove Reaction.users "Python 3.4 usage" sectionHornwitser2018-08-281-11/+0
* Fix Reaction.users documentationMusicOnline2018-08-221-4/+1
* Drop support for Python 3.4 and make minimum version 3.5.2.Rapptz2018-06-101-1/+1
* Add intersphinxTobotimus2018-01-061-4/+4
* Rename AsyncIterator.get to next to prevent shadowing.Rapptz2017-07-041-1/+1
* Add Reaction.__str__Rapptz2017-06-261-1/+4
* Implement "partial" message events.Rapptz2017-06-091-1/+1
* Make supported operations stand out more than attributes.Rapptz2017-05-201-10/+12
* Use describe instead of tables for supported operations.Rapptz2017-05-131-13/+17
* Remove unused imports.Rapptz2017-04-181-2/+0
* Implement utilities for AsyncIterator.Rapptz2017-02-111-1/+1
* Update copyright year to 2017.Rapptz2017-01-201-1/+1
* Make Reaction.users return an async iterator.Rapptz2017-01-111-15/+42
* Move away from StateContext and use ConnectionState directly.Rapptz2017-01-031-1/+1
* Rename MessageChannel abc to Messageable.Rapptz2017-01-031-1/+1
* Add useful repr to all data classes.Rapptz2017-01-031-0/+3
* Re-add support for reactions.Rapptz2017-01-031-13/+59
* Documentation fixes.Rapptz2016-11-171-1/+1
* Inject full Emoji to Reaction if we have it.khazhyk2016-11-031-13/+5
* Add support for reactions.khazhyk2016-10-271-0/+88