Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Use enum.member instead of functools.partial workaround | 2025-04-08 | -6/+4 | |
| | | | | The workaround would no longer work in future versions | |||
* | Cleanup constants (#1484) | 2024-05-21 | -2/+2 | |
| | ||||
* | Always use the get_logger func from bot-core | 2023-11-25 | -2/+2 | |
| | ||||
* | Corrected attribute name to fetch github url in extensions.py (#1348) | 2023-08-21 | -1/+1 | |
| | ||||
* | Apply fixes for ruff linting | 2023-05-09 | -9/+7 | |
| | | | | | Co-authored-by: wookie184 <[email protected]> Co-authored-by: Amrou Bellalouna <[email protected]> | |||
* | Bump botcore version (#1180) | 2022-12-28 | -1/+1 | |
| | | | Co-authored-by: Amrou Bellalouna <[email protected]> | |||
* | Async load and unload exts in the extensions cog | 2022-09-21 | -9/+9 | |
| | ||||
* | Support discord.py's new async cog loading | 2022-09-21 | -2/+2 | |
| | ||||
* | Use extension utils from bot-core | 2022-09-21 | -11/+11 | |
| | ||||
* | Migrate to `og_blurple` (#924) | 2021-10-26 | -1/+1 | |
| | ||||
* | properly blacklist the extensions cog | 2021-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 core | 2021-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. |