| Commit message (Collapse) | Author | Age | Files | Lines |
| | |
|
| | |
|
| | |
|
| | |
|
| |
|
|
| |
PR: #2162
Fixes: #2158
|
| |
|
|
| |
Fixes #2151
|
| | |
|
| | |
|
| | |
|
| |
|
|
| |
Updated docs will follow shortly.
|
| | |
|
| |
|
|
|
| |
This should fix instances of it not working as expected in nested
groups.
|
| | |
|
| |
|
|
|
|
|
| |
This implementation waits until the task is done before starting it
again.
Closes #2075
|
| | |
|
| | |
|
| |
|
|
| |
Fixes #2121
|
| |
|
|
| |
Closes #2126
|
| |
|
|
| |
Fixes #2079
|
| | |
|
| |
|
|
|
|
|
|
| |
Fixes #2123
Slight breaking change if someone had an expectation that no copies
were made behind the scene (which is sensible), however writing code
that relies on this expectation is probably buggy anyway.
|
| |
|
|
| |
Also adds a CooldownMapping.update_rate_limit helper function.
|
| |
|
|
| |
Prevents an accidental breaking change.
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
|
|
| |
Make command.root_parent use new command.parents property
|
| |
|
|
|
|
|
|
| |
Added:
* MissingRole
* BotMissingRole
* MissingAnyRole
* BotMissingAnyRole
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
|
|
| |
Not sure why anyone would do this but might as well fix it.
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
|
|
| |
Raises PrivateMessageOnly on failure.
|
| |
|
|
| |
Exceptions can't seem to link due to a bug in Sphinx.
|
| | |
|
| |
|
|
|
|
|
| |
Certain decorators and functions expect coroutines and raise an
exception when this is not met. Change these to raise the appropriate
TypeError since they can't actually be handled by the user gracefully
anyway.
|