aboutsummaryrefslogtreecommitdiff
path: root/discord/emoji.py
Commit message (Expand)AuthorAgeFilesLines
...
* Allow PartialReactionEmoji in add_reaction and remove_reaction.Rapptz2017-07-021-0/+5
* Implement "partial" message events.Rapptz2017-06-091-1/+49
* Make supported operations stand out more than attributes.Rapptz2017-05-201-11/+13
* Use describe instead of tables for supported operations.Rapptz2017-05-131-18/+20
* First pass at documentation reform.Rapptz2017-05-121-2/+2
* Add support for audit log reasons.Rapptz2017-05-071-4/+11
* Keep track of Emoji instances myself.Rapptz2017-03-291-1/+1
* Allow Emoji to be used in a weakref.Rapptz2017-03-241-1/+1
* Update copyright year to 2017.Rapptz2017-01-201-1/+1
* Move message creation to a factory method inside ConnectionState.Rapptz2017-01-031-2/+2
* Add useful repr to all data classes.Rapptz2017-01-031-0/+3
* Absolute import some circular dependencies to appease Python 3.4.Rapptz2017-01-031-2/+2
* Re-add support for reactions.Rapptz2017-01-031-0/+3
* Make emojis and members stateful.Rapptz2017-01-031-0/+50
* Rename Server to Guild everywhere.Rapptz2017-01-031-6/+6
* Switch IDs to use int instead of strRapptz2017-01-031-10/+10
* Begin working on the rewrite.Rapptz2017-01-031-7/+9
* Emoji.url uses api url.Khazhismel2016-08-061-1/+1
* Add emoji url propertyKhazhismel2016-08-021-0/+5
* Clean up Emoji documentation.Khazhismel2016-08-011-2/+0
* Add custom emoji support.Khazhismel2016-07-311-0/+104