Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Rename package due to naming conflict | 2022-11-05 | -220/+0 | |
| | ||||
* | make function and message positional only to free up names for kwargs | 2022-09-27 | -0/+1 | |
| | ||||
* | allow user specified function to manipulate cooldown args | 2022-09-19 | -3/+9 | |
| | ||||
* | use more consistent styling | 2022-09-19 | -2/+4 | |
| | ||||
* | type return with tuple | 2022-09-19 | -1/+1 | |
| | | | | | while only iterable is strictly needed, any reader would expect the function to return a tuple | |||
* | use ctx.channel directly | 2022-09-19 | -2/+1 | |
| | ||||
* | get rid of unnecessary check | 2022-09-19 | -4/+1 | |
| | ||||
* | use a clearer name | 2022-09-19 | -3/+3 | |
| | ||||
* | use paramspec from typing | 2022-09-18 | -6/+3 | |
| | | | | the package now requires python 3.10 | |||
* | Merge remote-tracking branch 'upstream/main' into no-duplicate-deco | 2022-09-18 | -2/+1 | |
| | ||||
* | ensure tuples from pos arg and kwarg tuples are differentiated | 2022-06-21 | -1/+7 | |
| | ||||
* | stop cleanup task when manager is destroyed | 2022-06-21 | -1/+7 | |
| | ||||
* | generalize handling of fully hashable args, and args with non-hashable parts | 2022-06-21 | -34/+57 | |
| | ||||
* | Fix typehint | 2022-06-21 | -3/+3 | |
| | ||||
* | Add comment for skipped arguments | 2022-06-21 | -1/+1 | |
| | ||||
* | reword docstrings | 2022-06-21 | -7/+7 | |
| | | | | Co-authored-by: MarkKoz <[email protected]> | |||
* | Add decorator to block duplicate command invocations in a channel | 2022-06-15 | -0/+184 | |