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
*
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
*
Allow PartialReactionEmoji in add_reaction and remove_reaction.
Rapptz
2017-07-02
1
-0
/
+5
*
Implement "partial" message events.
Rapptz
2017-06-09
1
-1
/
+49
*
Make supported operations stand out more than attributes.
Rapptz
2017-05-20
1
-11
/
+13
*
Use describe instead of tables for supported operations.
Rapptz
2017-05-13
1
-18
/
+20
*
First pass at documentation reform.
Rapptz
2017-05-12
1
-2
/
+2
*
Add support for audit log reasons.
Rapptz
2017-05-07
1
-4
/
+11
*
Keep track of Emoji instances myself.
Rapptz
2017-03-29
1
-1
/
+1
*
Allow Emoji to be used in a weakref.
Rapptz
2017-03-24
1
-1
/
+1
*
Update copyright year to 2017.
Rapptz
2017-01-20
1
-1
/
+1
*
Move message creation to a factory method inside ConnectionState.
Rapptz
2017-01-03
1
-2
/
+2
*
Add useful repr to all data classes.
Rapptz
2017-01-03
1
-0
/
+3
*
Absolute import some circular dependencies to appease Python 3.4.
Rapptz
2017-01-03
1
-2
/
+2
*
Re-add support for reactions.
Rapptz
2017-01-03
1
-0
/
+3
*
Make emojis and members stateful.
Rapptz
2017-01-03
1
-0
/
+50
*
Rename Server to Guild everywhere.
Rapptz
2017-01-03
1
-6
/
+6
*
Switch IDs to use int instead of str
Rapptz
2017-01-03
1
-10
/
+10
*
Begin working on the rewrite.
Rapptz
2017-01-03
1
-7
/
+9
*
Emoji.url uses api url.
Khazhismel
2016-08-06
1
-1
/
+1
*
Add emoji url property
Khazhismel
2016-08-02
1
-0
/
+5
*
Clean up Emoji documentation.
Khazhismel
2016-08-01
1
-2
/
+0
*
Add custom emoji support.
Khazhismel
2016-07-31
1
-0
/
+104