aboutsummaryrefslogtreecommitdiffstats
path: root/botcore/utils/cooldown.py (follow)
Commit message (Collapse)AuthorAgeLines
* Rename package due to naming conflictGravatar Chris Lovering2022-11-05-220/+0
|
* make function and message positional only to free up names for kwargsGravatar Numerlor2022-09-27-0/+1
|
* allow user specified function to manipulate cooldown argsGravatar Numerlor2022-09-19-3/+9
|
* use more consistent stylingGravatar Numerlor2022-09-19-2/+4
|
* type return with tupleGravatar Numerlor2022-09-19-1/+1
| | | | | while only iterable is strictly needed, any reader would expect the function to return a tuple
* use ctx.channel directlyGravatar Numerlor2022-09-19-2/+1
|
* get rid of unnecessary checkGravatar Numerlor2022-09-19-4/+1
|
* use a clearer nameGravatar Numerlor2022-09-19-3/+3
|
* use paramspec from typingGravatar Numerlor2022-09-18-6/+3
| | | | the package now requires python 3.10
* Merge remote-tracking branch 'upstream/main' into no-duplicate-decoGravatar Numerlor2022-09-18-2/+1
|
* ensure tuples from pos arg and kwarg tuples are differentiatedGravatar Numerlor2022-06-21-1/+7
|
* stop cleanup task when manager is destroyedGravatar Numerlor2022-06-21-1/+7
|
* generalize handling of fully hashable args, and args with non-hashable partsGravatar Numerlor2022-06-21-34/+57
|
* Fix typehintGravatar Numerlor2022-06-21-3/+3
|
* Add comment for skipped argumentsGravatar Numerlor2022-06-21-1/+1
|
* reword docstringsGravatar Numerlor2022-06-21-7/+7
| | | | Co-authored-by: MarkKoz <[email protected]>
* Add decorator to block duplicate command invocations in a channelGravatar Numerlor2022-06-15-0/+184