aboutsummaryrefslogtreecommitdiffstats
path: root/arthur/bot.py (follow)
Commit message (Collapse)AuthorAgeLines
* Add exemption for new cog to _is_devopsGravatar Joe Banks2025-07-10-1/+5
|
* Add motivational voice chat messages (#325)Gravatar jchristgit2025-05-29-1/+1
|
* Allow helpers to access rule 4Gravatar Chris Lovering2025-05-03-1/+1
|
* Disable VERIFY_X509_STRICT checking on cluster connectionGravatar Chris Lovering2025-04-27-0/+2
| | | | Since Python 3.13, ssl.VERIFY_X509_STRICT is enabled by default, our cluster cert doesn't comply with that
* Always allow bot owners to run commandsGravatar Chris Lovering2025-04-26-11/+7
|
* Bump all dependencies to latestGravatar Chris Lovering2024-05-07-2/+2
|
* catch event errors & push them with custom scopeGravatar shtlrs2024-02-14-0/+10
|
* move logger to its own packageGravatar shtlrs2024-02-13-1/+2
| | | | This sets the place to centralize all logs configs in its own module
* Use KUBECONFIG env var to determine where to look for kube config fileGravatar Chris Lovering2024-02-12-1/+2
| | | | The const var we're importing here uses os.environ.get('KUBECONFIG', '~/.kube/config') to get the path, which allows us to set the path using the env var.
* Enable all ruff rulesGravatar Chris Lovering2024-02-02-4/+3
|
* Format code to new ruff formatter standardsGravatar Chris Lovering2023-11-09-0/+1
|
* Temp disable jishaku as it does not support 3.11Gravatar Chris Lovering2023-05-31-3/+4
|
* Fix linting errors from new ruff rulesGravatar Chris Lovering2023-04-27-5/+4
|
* Directly await load_extensions when loading the botGravatar Chris Lovering2023-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.1Gravatar Bradley Reynolds2023-02-09-2/+2
| | | | Signed-off-by: Bradley Reynolds <[email protected]>
* Use BotBase from bot-coreGravatar Chris Lovering2022-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)Gravatar Joe Banks2022-02-21-1/+1
|
* Update is_owner checkGravatar Joe Banks2021-08-20-1/+1
|
* Add CronJob triggering (#7)Gravatar Joe Banks2021-08-20-0/+1
|
* Add JishakuGravatar Joe Banks2021-08-20-1/+11
|
* feat: Allow for selection of multiple zonesGravatar Vivaan Verma2021-08-17-2/+6
|
* Migrate to discord.py v2.0Gravatar Joe Banks2021-07-27-4/+0
|
* feat: add ed commandGravatar Joe Banks2021-07-18-0/+3
|
* feat: linting complianceGravatar Joe Banks2021-07-18-1/+4
|
* feat: add when mentioned to prefix listGravatar Joe Banks2021-07-18-1/+1
|
* feat: case insensitive commandsGravatar Joe Banks2021-07-18-1/+1
|
* fix: correctly expand home to find kubeconfigGravatar Joe Banks2021-07-17-1/+1
|
* fix: don't await incluster config loadGravatar Joe Banks2021-07-17-1/+1
|
* feat: support in-cluster configurationGravatar Joe Banks2021-07-17-1/+5
|
* Initial commitGravatar Joe Banks2021-07-17-0/+61