aboutsummaryrefslogtreecommitdiffstats
path: root/arthur/__init__.py (follow)
Commit message (Collapse)AuthorAgeLines
* move logger to its own packageGravatar shtlrs2024-02-13-4/+0
| | | | This sets the place to centralize all logs configs in its own module
* Format code to new ruff formatter standardsGravatar Chris Lovering2023-11-09-0/+1
|
* bump pydis_core to 9.4.1Gravatar Bradley Reynolds2023-02-09-1/+1
| | | | Signed-off-by: Bradley Reynolds <[email protected]>
* Ensure monkeypatches from bot-core are ran on startupGravatar Chris Lovering2022-08-22-0/+3
|
* Use BotBase from bot-coreGravatar Chris Lovering2022-08-21-0/+12
| | | | | | | This includes: - Moving to an async main function to start the bot - Moving all extension loading (barring jishaku) to bot core - Adding dunder init files to all packages, required by bot-core ext loaders
* Initial commitGravatar Joe Banks2021-07-17-0/+7