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
/
ext
/
commands
/
cooldowns.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
[commands] Document / type-hint cooldown
Josh
2021-08-10
1
-57
/
+132
*
[commands] Remove window reassignment when tokens reach 0
Rapptz
2021-07-04
1
-5
/
+0
*
[commands] Add back CommandOnCooldown.type
Rapptz
2021-07-02
1
-0
/
+4
*
[commands] Fix errors with cooldown mappings
Rapptz
2021-04-11
1
-2
/
+7
*
[commands] Provide a dynamic cooldown system
Dan Hess
2021-04-10
1
-12
/
+30
*
Use f-strings in more places that were missed.
Rapptz
2021-04-08
1
-3
/
+3
*
Modernize code to use f-strings
Rapptz
2021-04-04
1
-3
/
+1
*
[commands] allow arbitrary callables in cooldown
Mikey
2021-03-28
1
-3
/
+6
*
Change copyright year to present
Nihaal Sangha
2021-01-15
1
-1
/
+1
*
[commands] Provide a way to retrieve time left for a cooldown
Dan Hess
2020-08-05
1
-0
/
+9
*
[commands] Fix a typo in the docstring of the internal _Semaphore class
s0lst1ce
2020-04-04
1
-1
/
+1
*
[commands] Only clean semaphore when there are no waiters
Rapptz
2020-01-21
1
-1
/
+4
*
[commands] Refactor BucketType to not repeat in other places in code
Rapptz
2020-01-21
1
-39
/
+24
*
[commands] Add max_concurrency decorator
Rapptz
2020-01-21
1
-0
/
+130
*
Bump copyright year to 2020
Rapptz
2020-01-19
1
-1
/
+1
*
[commands] Add role cooldown bucket
BluePhoenixGame
2019-08-11
1
-0
/
+9
*
Replace Enum with an internal one for significant speed improvements.
Rapptz
2019-06-09
1
-2
/
+2
*
[commands] Allow passing `current` to more cooldown mapping methods.
Rapptz
2019-04-24
1
-4
/
+8
*
Consistent use of __all__ to prevent merge conflicts.
Rapptz
2019-04-20
1
-1
/
+5
*
[commands] Allow passing reference time to update_rate_limit
Rapptz
2019-04-14
1
-2
/
+2
*
[commands] Fix issue with decorator order with checks and cooldowns
Rapptz
2019-02-23
1
-0
/
+5
*
Bumped copyright years to 2019.
Dante Dam
2019-01-28
1
-1
/
+1
*
Add channel category cooldown bucket type
Dice
2018-11-24
1
-5
/
+8
*
[lint] Fix incorrect and inconsistent whitespace
Hornwitser
2018-08-22
1
-0
/
+1
*
[commands] Added BucketType.members for cooldowns
Clement
2018-08-22
1
-1
/
+4
*
[commands] Minor speed-up for the BucketType.guild case.
Rapptz
2017-10-08
1
-1
/
+1
*
[commands] Make CooldownMapping.get_bucket take Message instead.
Rapptz
2017-10-08
1
-4
/
+3
*
[commands] Split Cooldown state processing to two different functions.
MysterialPy
2017-10-03
1
-7
/
+14
*
[commands] Add CooldownMapping.from_cooldown factory classmethod.
Rapptz
2017-08-27
1
-0
/
+4
*
Update copyright year to 2017.
Rapptz
2017-01-20
1
-1
/
+1
*
Rename Server to Guild everywhere.
Rapptz
2017-01-03
1
-3
/
+3
*
Slots use tuples instead now.
Rapptz
2017-01-03
1
-1
/
+1
*
[commands] Added a method to reset command cooldown.
Dan Hess
2016-09-08
1
-0
/
+5
*
[commands] Implement a command cooldown system.
Rapptz
2016-07-22
1
-0
/
+121