aboutsummaryrefslogtreecommitdiffstats
path: root/arthur/bot.py
diff options
context:
space:
mode:
authorGravatar Chris Lovering <[email protected]>2024-02-02 16:12:08 +0000
committerGravatar Chris Lovering <[email protected]>2024-02-02 16:12:08 +0000
commit5fd87154cbf326068b181f366286a635a7eaa119 (patch)
tree709446f42d8981e83bca8b17f4fda280d477c7e2 /arthur/bot.py
parentAdd ruff isort configuration (diff)
Enable all ruff rules
Diffstat (limited to 'arthur/bot.py')
-rw-r--r--arthur/bot.py7
1 files changed, 3 insertions, 4 deletions
diff --git a/arthur/bot.py b/arthur/bot.py
index 4d56df2..8db850d 100644
--- a/arthur/bot.py
+++ b/arthur/bot.py
@@ -49,10 +49,9 @@ class KingArthur(BotBase):
await self.load_extensions(exts, sync_app_commands=False)
- # jishaku doesn't support 3.11 yet.
- # logger.info("Loading <red>jishaku</red>")
- # await self.load_extension("jishaku")
- # logger.info("Loaded <red>jishaku</red>")
+ 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."""