aboutsummaryrefslogtreecommitdiffstats
path: root/botcore/utils/_extensions.py (follow)
Commit message (Collapse)AuthorAgeLines
* Rename package due to naming conflictGravatar Chris Lovering2022-11-05-57/+0
|
* Type-hint `ignore_module`v6.3.0Gravatar mbaruh2022-04-22-1/+1
|
* Don't look for extensions in packages prefixed with an underscoreGravatar mbaruh2022-04-21-2/+7
| | | | 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.
* Provide a bot.all_extensions instance attributeGravatar Chris Lovering2022-03-24-4/+7
| | | | This allows commands like extensions and source to see all of the available commands, rather than just the currently loaded commands.
* Add BotBase that will act as a base for all our botsGravatar Chris Lovering2022-03-24-0/+49
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]>