1
Fork 0
mirror of https://github.com/RGBCube/minearchy-bot synced 2025-07-27 00:47:44 +00:00

fix: comment out jishaku

This commit is contained in:
RGBCube 2025-05-14 21:48:14 +03:00
parent baadf1c713
commit fb1677b18a
Signed by: RGBCube
SSH key fingerprint: SHA256:CzqbPcfwt+GxFYNnFVCqoN5Itn4YFrshg1TrnACpA5M

View file

@ -74,7 +74,8 @@ class MinearchyBot(CommandsBot):
lambda file_path: ".".join(file_path.relative_to(cogs.parent.parent).parts)[:-3],
cogs.rglob("*.py"),
),
("jishaku",),
# ("jishaku",),
(),
):
try:
await self.load_extension(file_name)