aboutsummaryrefslogtreecommitdiffstats
path: root/bot/exts/core/extensions.py (follow)
Commit message (Collapse)AuthorAgeLines
* Use enum.member instead of functools.partial workaroundGravatar wookie1842025-04-08-6/+4
| | | | The workaround would no longer work in future versions
* Cleanup constants (#1484)Gravatar Amrou Bellalouna2024-05-21-2/+2
|
* Always use the get_logger func from bot-coreGravatar Chris Lovering2023-11-25-2/+2
|
* Corrected attribute name to fetch github url in extensions.py (#1348)Gravatar Parth Verma2023-08-21-1/+1
|
* Apply fixes for ruff lintingGravatar Chris Lovering2023-05-09-9/+7
| | | | | Co-authored-by: wookie184 <[email protected]> Co-authored-by: Amrou Bellalouna <[email protected]>
* Bump botcore version (#1180)Gravatar Amrou Bellalouna2022-12-28-1/+1
| | | Co-authored-by: Amrou Bellalouna <[email protected]>
* Async load and unload exts in the extensions cogGravatar Chris Lovering2022-09-21-9/+9
|
* Support discord.py's new async cog loadingGravatar Chris Lovering2022-09-21-2/+2
|
* Use extension utils from bot-coreGravatar Chris Lovering2022-09-21-11/+11
|
* Migrate to `og_blurple` (#924)Gravatar TizzySaurus2021-10-26-1/+1
|
* properly blacklist the extensions cogGravatar aru2021-09-21-1/+1
| | | since the restructure of lancebot, this code was incorrect, and is no longer blacklisting itself.
* Move internal eval and rename utils to coreGravatar Janine vN2021-09-05-0/+266
Part of this restructure involves splitting out the massive evergreen folder into a `fun` folder and then a `utilities` folder. To help with that we've rename the `util` folder to `core`. The core functions to run the bot have been moved into this folder. `.source`, `.ping`, and `.int e` have been moved into this folder.