| Commit message (Collapse) | Author | Age | Lines | 
| |\   | 
 | 
| | |\   | 
 | 
| | | | 
| | | 
| | | 
| | | 
| | |  | 
On view timeout, this message has it's view removed if set.
Co-authored-by: Boris Muratov <[email protected]>
 | 
| | | | 
| | | 
| | | 
| | |  | 
method.
 | 
| | | | 
| | | 
| | | 
| | | 
| | | 
| | |  | 
The view implements an interaction check for allowed_users and allowed_roles.
The button deleted the message attached the the parent view on click.
 | 
| | | |  | 
 | 
| |/ /   | 
 | 
| | |  | 
 | 
| |/   | 
 | 
| | 
| 
| 
| 
| 
| 
|  | 
Switches out the Hashable type from the typing library for the generic
from collections.
Signed-off-by: Hassan Abouelela <[email protected]>
 | 
| | 
| 
| 
| 
| 
| 
| 
|  | 
Replaces all typing generics with collection equivalents as per PEP 585.
`typing.Callable` was not included in this due to a sphinx-autodoc bug
not handling it well.
Signed-off-by: Hassan Abouelela <[email protected]>
 | 
| | 
| 
| 
|  | 
Signed-off-by: Hassan Abouelela <[email protected]>
 | 
| | 
| 
| 
|  | 
Signed-off-by: Hassan Abouelela <[email protected]>
 | 
| | 
| 
| 
|  | 
Signed-off-by: Hassan Abouelela <[email protected]>
 | 
| | 
| 
| 
|  | 
Signed-off-by: Hassan Abouelela <[email protected]>
 | 
| | 
| 
| 
|  | 
Signed-off-by: Hassan Abouelela <[email protected]>
 | 
| |  | 
 | 
| |  | 
 | 
| |  | 
 | 
| | 
| 
| 
|  | 
Before this, even if a package is prefixed with an underscore, `walk_extensions` will ignore the package itself, but will still look for extensions inside it.
 | 
| | 
| 
| 
|  | 
This is for bots that want to use the unqualify function for their own extension cogs
 | 
| | 
| 
| 
|  | 
This allows commands like extensions and source to see all of the available commands, rather than just the currently loaded commands.
 | 
| | 
| 
| 
| 
| 
| 
|  | 
This commit also modifies the extensions util, since it's now directly used by bot-core.
Co-authored-by: Mark <[email protected]>
Co-authored-by: Hassan Abouelela <[email protected]>
 | 
| |  | 
 | 
| | 
| 
| 
|  | 
Fixes an issue when using trace logging on loggers that were instantiated before the class was set.
 | 
| |  | 
 | 
| |  | 
 | 
| | 
| 
| 
| 
| 
| 
|  | 
This covers the monkeypatches for Commands and Groups to allow for root aliases, along with a monkey patch for typing events, in case discord decides to raise 403s again.
Co-authored-by: Mark <[email protected]>
Co-authored-by: Hassan Abouelela <[email protected]>
 | 
| | 
| 
| 
|  | 
Also add sphix-style docstrings to functions that were previously missing them.
 | 
| |  | 
 | 
| |  | 
 | 
|    | 
 |