aboutsummaryrefslogtreecommitdiff
path: root/discord/emoji.py
Commit message (Expand)AuthorAgeFilesLines
* Add back PartialEmoji.__hash__ that was deleted due to __eq__.Rapptz2019-03-201-0/+3
* Organise documentationNCPlayz2019-03-191-3/+3
* Fix Emoji.__hash__ being None.Rapptz2019-02-261-2/+4
* Bumped copyright years to 2019.Dante Dam2019-01-281-1/+1
* Implement PartialEmoji == Emoji (fixes #1627)Ben Mintz2019-01-281-0/+10
* Remove outdated note about bot accounts.MusicOnline2018-10-111-2/+0
* Change internal representation of roles in Member and Emoji.Rapptz2018-09-241-3/+3
* Fix up the Sphinx strings causing warnings.Rapptz2018-09-151-2/+2
* Removed inaccurate note on emoji.pyTarek13372018-09-141-2/+0
* Fix PartialEmoji._as_reaction() for emojis the bot can't seeCarl Groth2018-08-301-1/+1
* [lint] Remove unused importsHornwitser2018-08-221-1/+0
* Implement roles kwarg for guild.create_custom_emoji and emoji.editPikalaxALT2018-08-221-2/+6
* Drop support for Python 3.4 and make minimum version 3.5.2.Rapptz2018-06-101-6/+4
* Change logic in PartialEmoji.__str__ a little.Rapptz2018-01-061-1/+3
* Change PartialReactionEmoji to PartialEmoji, add a PartialEmojiConverterGorialis2018-01-061-3/+14
* Add intersphinxTobotimus2018-01-061-8/+8
* Update Emoji.url to point to the GIF version of the animated emoji.Rapptz2017-12-211-1/+2
* Animated emoji support.Rapptz2017-12-211-1/+6
* Further clarify how bots can interact with emoji endpointsPandentia2017-10-031-0/+4
* Remove reference to "whitelisted" bots for emoji endpointsPandentia2017-10-031-4/+0
* Lazily fetch Emoji.roles and Emoji.guild to prevent memory leaks.Rapptz2017-08-211-11/+21
* use cdn url for custom emojisAshton Tito2017-08-161-1/+1
* 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