1
Fork 0
mirror of https://github.com/RGBCube/minearchy-bot synced 2025-08-03 04:17:46 +00:00

Compare commits

...

2 commits

Author SHA1 Message Date
fb1677b18a
fix: comment out jishaku 2025-05-14 21:48:24 +03:00
baadf1c713
fix: delete example outdated config 2025-05-14 21:44:56 +03:00
2 changed files with 2 additions and 5 deletions

View file

@ -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)

View file

@ -1,4 +0,0 @@
{
"BOT_TOKEN": "",
"WEBHOOK_URL": ""
}