aboutsummaryrefslogtreecommitdiff
path: root/discord/emoji.py
Commit message (Expand)AuthorAgeFilesLines
* Remove in-place edits and return fresh instances insteadRapptz2021-08-231-2/+11
* Allow passing Emoji in componentsRapptz2021-06-021-1/+4
* Properly type hint attributes in EmojiRapptz2021-06-021-10/+10
* Typehint emoji classesRapptz2021-05-051-32/+52
* Refactor save() and read() into AssetMixinRapptz2021-04-171-59/+2
* Rewrite Asset designRapptz2021-04-161-40/+64
* Use f-strings in more places that were missed.Rapptz2021-04-081-3/+3
* Add `__all__` to remaining modulesNadir Chowdhury2021-04-071-0/+4
* Modernize code to use f-stringsRapptz2021-04-041-2/+0
* Change copyright year to presentNihaal Sangha2021-01-151-1/+1
* Add versionadded string for Emoji.url_asRapptz2020-12-171-2/+4
* Add Emoji.url_asDaggy12342020-12-171-4/+37
* Fixes and improvements for v1.3 documentationHarmon2020-01-221-1/+4
* Bump copyright year to 2020Rapptz2020-01-191-1/+1
* Move PartialEmoji over to a new namespace to avoid circular importsRapptz2019-11-201-100/+3
* Document that PartialEmoji.name can be NoneRapptz2019-11-181-2/+3
* Adjust BASE urls to have no trailing slash (consistency)Devon R2019-11-151-2/+2
* Return invites as https, various URL normalizationDevon R2019-11-151-2/+2
* Refactor `name` kwarg for `Emoji.edit()`NCPlayz2019-10-201-1/+2
* Add Emoji.is_usable()Io Mintz2019-09-191-0/+9
* Improve documentationNCPlayz2019-06-071-2/+2
* Add Emoji.available fieldRapptz2019-06-041-1/+4
* Make __repr__ slightly more detailed and add a few missing ones.Rapptz2019-05-261-1/+1
* Added note to Emoji.userAllan Galarza2019-05-131-1/+2
* Add back __repr__ that were deleted in the Asset redesignBenjamin Mintz2019-05-131-0/+3
* Use explicit __eq__ call to be consistent with other methods.Rapptz2019-04-061-2/+2
* Add fetch custom emoji, all custom emojis; Add user property to EmojiNCPlayz2019-04-061-1/+7
* Redesign asset retrieval in the library.NCPlayz2019-04-061-8/+27
* 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