| Commit message (Collapse) | Author | Age | Lines | |
|---|---|---|---|---|
| * | Format code to new ruff formatter standards | 2023-11-09 | -0/+1 | |
| | | ||||
| * | Temp disable jishaku as it does not support 3.11 | 2023-05-31 | -3/+4 | |
| | | ||||
| * | Fix linting errors from new ruff rules | 2023-04-27 | -5/+4 | |
| | | ||||
| * | Directly await load_extensions when loading the bot | 2023-03-07 | -4/+1 | |
| | | | | | This is now called within a task internally in bot-core, so we no longer need to do it in the bot too. | |||
| * | bump pydis_core to 9.4.1 | 2023-02-09 | -2/+2 | |
| | | | | | Signed-off-by: Bradley Reynolds <[email protected]> | |||
| * | Use BotBase from bot-core | 2022-08-21 | -34/+16 | |
| | | | | | | | | 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 | |||
| * | Add M-x to prefixes (#14) | 2022-02-21 | -1/+1 | |
| | | ||||
| * | Update is_owner check | 2021-08-20 | -1/+1 | |
| | | ||||
| * | Add CronJob triggering (#7) | 2021-08-20 | -0/+1 | |
| | | ||||
| * | Add Jishaku | 2021-08-20 | -1/+11 | |
| | | ||||
| * | feat: Allow for selection of multiple zones | 2021-08-17 | -2/+6 | |
| | | ||||
| * | Migrate to discord.py v2.0 | 2021-07-27 | -4/+0 | |
| | | ||||
| * | feat: add ed command | 2021-07-18 | -0/+3 | |
| | | ||||
| * | feat: linting compliance | 2021-07-18 | -1/+4 | |
| | | ||||
| * | feat: add when mentioned to prefix list | 2021-07-18 | -1/+1 | |
| | | ||||
| * | feat: case insensitive commands | 2021-07-18 | -1/+1 | |
| | | ||||
| * | fix: correctly expand home to find kubeconfig | 2021-07-17 | -1/+1 | |
| | | ||||
| * | fix: don't await incluster config load | 2021-07-17 | -1/+1 | |
| | | ||||
| * | feat: support in-cluster configuration | 2021-07-17 | -1/+5 | |
| | | ||||
| * | Initial commit | 2021-07-17 | -0/+61 | |