disnake
disnake copied to clipboard
ext.tasks.loop inheritance support
Summary
Supercedes and closes #259
Fixes an issue with Loop
descriptor returning Loop
instance in child classes; loop
decorator supports Loop
subclasses
Checklist
- [ ] If code changes were made, then they have been tested
- [ ] I have updated the documentation to reflect the changes
- [x] I have formatted the code properly by running
task lint
- [ ] I have type-checked the code by running
task pyright
- [x] This PR fixes an issue
- [x] This PR adds something new (e.g. new method or parameters)
- [ ] This PR is a breaking change (e.g. methods or parameters removed/renamed)
- [ ] This PR is not a code change (e.g. documentation, README, ...)
This errors on import time.
@Enegg will you be resolving the issues with this pr?
Uh-oh, cannot make the .start
and .restart
use the ParamSpec without previously ressolving the stripping self
param problem.
Uh-oh, cannot make the
.start
and.restart
use the ParamSpec without previously ressolving the strippingself
param problem.
@shiftinv will you be fixing this?