| Commit message (Collapse) | Author | Age | Files | Lines |
| ... | |
| | |
|
| | |
|
| | |
|
| |
|
|
|
| |
At this moment, when a task seems to be first loaded, it immediately throws away the decorators you give it, and just generates a new instance of itself.
In your cog's `__init__`, once you do `self.my_task.start()`, the Loop is remade when it gets to `self.my_task` before executing the `start` function. The original Loop that the cog starts with is where the decorated values are. This fixes that.
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
|
| |
Fixes #4023
|
| |
|
|
|
|
|
| |
This prevents breakage for users who pass in a str as an ID whereas
it previously worked.
Fix #4002
|
| |
|
|
| |
Fix #4021
|
| | |
|
| | |
|
| |
|
|
| |
Fixes #4008, #4005
|
| | |
|
| |
|
|
| |
Fixes #2294
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
|
|
| |
Fix #2643
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
|
|
| |
This way we can specify category position upon creation
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
|
|
|
| |
This also implements the heartbeating a bit more consistent to the
official Discord client.
|
| | |
|
| |
|
|
| |
At readthedocs.io, for role `color`, it says "Returns the role colour. An alias exists under `color`". This PR fixes that to say "Returns the role color. An alias exists under `colour`".
|
| | |
|
| | |
|