index
:
bot-core
add-message-utils
bootstrap-paginator
check-rerun-job-util
dependabot/pip/pydantic-2.10.3
dependabot/pip/ruff-0.8.2
dependabot/pip/sphinx-autodoc-typehints-2.5.0
dependabot/pip/taskipy-1.14.1
dependabot/pip/tomli-2.2.1
docs
dont-read-response-for-204-codes
fixup-commit-blocker
main
port-constants
redis_relay
A mirrored copy of the python-discord/bot-core repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
botcore
/
utils
/
cooldown.py
(
follow
)
Commit message (
Expand
)
Author
Age
Lines
*
Rename package due to naming conflict
Chris Lovering
2022-11-05
-220
/
+0
*
make function and message positional only to free up names for kwargs
Numerlor
2022-09-27
-0
/
+1
*
allow user specified function to manipulate cooldown args
Numerlor
2022-09-19
-3
/
+9
*
use more consistent styling
Numerlor
2022-09-19
-2
/
+4
*
type return with tuple
Numerlor
2022-09-19
-1
/
+1
*
use ctx.channel directly
Numerlor
2022-09-19
-2
/
+1
*
get rid of unnecessary check
Numerlor
2022-09-19
-4
/
+1
*
use a clearer name
Numerlor
2022-09-19
-3
/
+3
*
use paramspec from typing
Numerlor
2022-09-18
-6
/
+3
*
Merge remote-tracking branch 'upstream/main' into no-duplicate-deco
Numerlor
2022-09-18
-2
/
+1
*
ensure tuples from pos arg and kwarg tuples are differentiated
Numerlor
2022-06-21
-1
/
+7
*
stop cleanup task when manager is destroyed
Numerlor
2022-06-21
-1
/
+7
*
generalize handling of fully hashable args, and args with non-hashable parts
Numerlor
2022-06-21
-34
/
+57
*
Fix typehint
Numerlor
2022-06-21
-3
/
+3
*
Add comment for skipped arguments
Numerlor
2022-06-21
-1
/
+1
*
reword docstrings
Numerlor
2022-06-21
-7
/
+7
*
Add decorator to block duplicate command invocations in a channel
Numerlor
2022-06-15
-0
/
+184