aboutsummaryrefslogtreecommitdiffstats
path: root/arthur/bot.py
diff options
context:
space:
mode:
authorGravatar Chris Lovering <[email protected]>2023-05-31 19:18:40 +0100
committerGravatar Chris Lovering <[email protected]>2023-05-31 19:18:40 +0100
commit31d0a934bd274ef2b2752ba2fc66c835c8b51e96 (patch)
tree19ddeb74dec40852237e2aebc798d81d2691f452 /arthur/bot.py
parentHardcode main branch reference in CI (diff)
Temp disable jishaku as it does not support 3.11
Diffstat (limited to 'arthur/bot.py')
-rw-r--r--arthur/bot.py7
1 files changed, 4 insertions, 3 deletions
diff --git a/arthur/bot.py b/arthur/bot.py
index fc97846..9ce39ba 100644
--- a/arthur/bot.py
+++ b/arthur/bot.py
@@ -48,9 +48,10 @@ class KingArthur(BotBase):
await self.load_extensions(exts, sync_app_commands=False)
- logger.info("Loading <red>jishaku</red>")
- await self.load_extension("jishaku")
- logger.info("Loaded <red>jishaku</red>")
+ # jishaku doesn't support 3.11 yet.
+ # logger.info("Loading <red>jishaku</red>")
+ # await self.load_extension("jishaku")
+ # logger.info("Loaded <red>jishaku</red>")
async def is_owner(self, user: User | Member) -> bool:
"""Check if the invoker is a bot owner."""