index
:
discord.py
1.2.x
async
feature/ext-tasks
feature/threads
legacy
master
neo-docs
task-heartbeat
v1.3.x
v1.4.x
v1.5.x
v1.x
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
discord
/
emoji.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove in-place edits and return fresh instances instead
Rapptz
2021-08-23
1
-2
/
+11
*
Allow passing Emoji in components
Rapptz
2021-06-02
1
-1
/
+4
*
Properly type hint attributes in Emoji
Rapptz
2021-06-02
1
-10
/
+10
*
Typehint emoji classes
Rapptz
2021-05-05
1
-32
/
+52
*
Refactor save() and read() into AssetMixin
Rapptz
2021-04-17
1
-59
/
+2
*
Rewrite Asset design
Rapptz
2021-04-16
1
-40
/
+64
*
Use f-strings in more places that were missed.
Rapptz
2021-04-08
1
-3
/
+3
*
Add `__all__` to remaining modules
Nadir Chowdhury
2021-04-07
1
-0
/
+4
*
Modernize code to use f-strings
Rapptz
2021-04-04
1
-2
/
+0
*
Change copyright year to present
Nihaal Sangha
2021-01-15
1
-1
/
+1
*
Add versionadded string for Emoji.url_as
Rapptz
2020-12-17
1
-2
/
+4
*
Add Emoji.url_as
Daggy1234
2020-12-17
1
-4
/
+37
*
Fixes and improvements for v1.3 documentation
Harmon
2020-01-22
1
-1
/
+4
*
Bump copyright year to 2020
Rapptz
2020-01-19
1
-1
/
+1
*
Move PartialEmoji over to a new namespace to avoid circular imports
Rapptz
2019-11-20
1
-100
/
+3
*
Document that PartialEmoji.name can be None
Rapptz
2019-11-18
1
-2
/
+3
*
Adjust BASE urls to have no trailing slash (consistency)
Devon R
2019-11-15
1
-2
/
+2
*
Return invites as https, various URL normalization
Devon R
2019-11-15
1
-2
/
+2
*
Refactor `name` kwarg for `Emoji.edit()`
NCPlayz
2019-10-20
1
-1
/
+2
*
Add Emoji.is_usable()
Io Mintz
2019-09-19
1
-0
/
+9
*
Improve documentation
NCPlayz
2019-06-07
1
-2
/
+2
*
Add Emoji.available field
Rapptz
2019-06-04
1
-1
/
+4
*
Make __repr__ slightly more detailed and add a few missing ones.
Rapptz
2019-05-26
1
-1
/
+1
*
Added note to Emoji.user
Allan Galarza
2019-05-13
1
-1
/
+2
*
Add back __repr__ that were deleted in the Asset redesign
Benjamin Mintz
2019-05-13
1
-0
/
+3
*
Use explicit __eq__ call to be consistent with other methods.
Rapptz
2019-04-06
1
-2
/
+2
*
Add fetch custom emoji, all custom emojis; Add user property to Emoji
NCPlayz
2019-04-06
1
-1
/
+7
*
Redesign asset retrieval in the library.
NCPlayz
2019-04-06
1
-8
/
+27
*
Add back PartialEmoji.__hash__ that was deleted due to __eq__.
Rapptz
2019-03-20
1
-0
/
+3
*
Organise documentation
NCPlayz
2019-03-19
1
-3
/
+3
*
Fix Emoji.__hash__ being None.
Rapptz
2019-02-26
1
-2
/
+4
*
Bumped copyright years to 2019.
Dante Dam
2019-01-28
1
-1
/
+1
*
Implement PartialEmoji == Emoji (fixes #1627)
Ben Mintz
2019-01-28
1
-0
/
+10
*
Remove outdated note about bot accounts.
MusicOnline
2018-10-11
1
-2
/
+0
*
Change internal representation of roles in Member and Emoji.
Rapptz
2018-09-24
1
-3
/
+3
*
Fix up the Sphinx strings causing warnings.
Rapptz
2018-09-15
1
-2
/
+2
*
Removed inaccurate note on emoji.py
Tarek1337
2018-09-14
1
-2
/
+0
*
Fix PartialEmoji._as_reaction() for emojis the bot can't see
Carl Groth
2018-08-30
1
-1
/
+1
*
[lint] Remove unused imports
Hornwitser
2018-08-22
1
-1
/
+0
*
Implement roles kwarg for guild.create_custom_emoji and emoji.edit
PikalaxALT
2018-08-22
1
-2
/
+6
*
Drop support for Python 3.4 and make minimum version 3.5.2.
Rapptz
2018-06-10
1
-6
/
+4
*
Change logic in PartialEmoji.__str__ a little.
Rapptz
2018-01-06
1
-1
/
+3
*
Change PartialReactionEmoji to PartialEmoji, add a PartialEmojiConverter
Gorialis
2018-01-06
1
-3
/
+14
*
Add intersphinx
Tobotimus
2018-01-06
1
-8
/
+8
*
Update Emoji.url to point to the GIF version of the animated emoji.
Rapptz
2017-12-21
1
-1
/
+2
*
Animated emoji support.
Rapptz
2017-12-21
1
-1
/
+6
*
Further clarify how bots can interact with emoji endpoints
Pandentia
2017-10-03
1
-0
/
+4
*
Remove reference to "whitelisted" bots for emoji endpoints
Pandentia
2017-10-03
1
-4
/
+0
*
Lazily fetch Emoji.roles and Emoji.guild to prevent memory leaks.
Rapptz
2017-08-21
1
-11
/
+21
*
use cdn url for custom emojis
Ashton Tito
2017-08-16
1
-1
/
+1
[next]