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:
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],
|
lambda file_path: ".".join(file_path.relative_to(cogs.parent.parent).parts)[:-3],
|
||||||
cogs.rglob("*.py"),
|
cogs.rglob("*.py"),
|
||||||
),
|
),
|
||||||
("jishaku",),
|
# ("jishaku",),
|
||||||
|
(),
|
||||||
):
|
):
|
||||||
try:
|
try:
|
||||||
await self.load_extension(file_name)
|
await self.load_extension(file_name)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue