mirror of
https://github.com/RGBCube/minearchy-bot
synced 2025-07-27 08:57:46 +00:00
fix: comment out jishaku
This commit is contained in:
parent
baadf1c713
commit
fb1677b18a
1 changed files with 2 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue