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
/
reaction.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Make parameters passed to Reaction.user keyword-only
Rapptz
2021-06-10
1
-1
/
+1
*
Typehint Reaction
Rapptz
2021-06-10
1
-16
/
+27
*
Rename Reaction.custom_emoji to Reaction.is_custom_emoji
Rapptz
2021-06-10
1
-3
/
+2
*
Use f-strings in more places that were missed.
Rapptz
2021-04-08
1
-4
/
+4
*
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
*
Bump copyright year to 2020
Rapptz
2020-01-19
1
-1
/
+1
*
Add support for clearing a specific reaction.
Rapptz
2020-01-17
1
-0
/
+22
*
Reaction's emoji can be a partial one too
DevilXD
2019-09-19
1
-1
/
+1
*
Improve documentation
NCPlayz
2019-06-07
1
-3
/
+3
*
Organise documentation
NCPlayz
2019-03-19
1
-14
/
+14
*
Add `remove()` to Reaction
Myst(MysterialPy)
2019-02-14
1
-0
/
+28
*
Bumped copyright years to 2019.
Dante Dam
2019-01-28
1
-1
/
+1
*
Remove Reaction.users "Python 3.4 usage" section
Hornwitser
2018-08-28
1
-11
/
+0
*
Fix Reaction.users documentation
MusicOnline
2018-08-22
1
-4
/
+1
*
Drop support for Python 3.4 and make minimum version 3.5.2.
Rapptz
2018-06-10
1
-1
/
+1
*
Add intersphinx
Tobotimus
2018-01-06
1
-4
/
+4
*
Rename AsyncIterator.get to next to prevent shadowing.
Rapptz
2017-07-04
1
-1
/
+1
*
Add Reaction.__str__
Rapptz
2017-06-26
1
-1
/
+4
*
Implement "partial" message events.
Rapptz
2017-06-09
1
-1
/
+1
*
Make supported operations stand out more than attributes.
Rapptz
2017-05-20
1
-10
/
+12
*
Use describe instead of tables for supported operations.
Rapptz
2017-05-13
1
-13
/
+17
*
Remove unused imports.
Rapptz
2017-04-18
1
-2
/
+0
*
Implement utilities for AsyncIterator.
Rapptz
2017-02-11
1
-1
/
+1
*
Update copyright year to 2017.
Rapptz
2017-01-20
1
-1
/
+1
*
Make Reaction.users return an async iterator.
Rapptz
2017-01-11
1
-15
/
+42
*
Move away from StateContext and use ConnectionState directly.
Rapptz
2017-01-03
1
-1
/
+1
*
Rename MessageChannel abc to Messageable.
Rapptz
2017-01-03
1
-1
/
+1
*
Add useful repr to all data classes.
Rapptz
2017-01-03
1
-0
/
+3
*
Re-add support for reactions.
Rapptz
2017-01-03
1
-13
/
+59
*
Documentation fixes.
Rapptz
2016-11-17
1
-1
/
+1
*
Inject full Emoji to Reaction if we have it.
khazhyk
2016-11-03
1
-13
/
+5
*
Add support for reactions.
khazhyk
2016-10-27
1
-0
/
+88