diff options
Diffstat (limited to 'arthur/bot.py')
-rw-r--r-- | arthur/bot.py | 7 |
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.""" |