From baadf1c713137bdb44f848ddae8a8839655a56e2 Mon Sep 17 00:00:00 2001 From: RGBCube Date: Wed, 14 May 2025 21:44:56 +0300 Subject: [PATCH 1/2] fix: delete example outdated config --- minearchy_bot/config.example.json | 4 ---- 1 file changed, 4 deletions(-) delete mode 100644 minearchy_bot/config.example.json diff --git a/minearchy_bot/config.example.json b/minearchy_bot/config.example.json deleted file mode 100644 index 38366fc..0000000 --- a/minearchy_bot/config.example.json +++ /dev/null @@ -1,4 +0,0 @@ -{ - "BOT_TOKEN": "", - "WEBHOOK_URL": "" -} From fb1677b18a4db7bff921e1a4fe0486bbeab8d150 Mon Sep 17 00:00:00 2001 From: RGBCube Date: Wed, 14 May 2025 21:48:14 +0300 Subject: [PATCH 2/2] fix: comment out jishaku --- minearchy_bot/__init__.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/minearchy_bot/__init__.py b/minearchy_bot/__init__.py index 39b351d..e059be7 100644 --- a/minearchy_bot/__init__.py +++ b/minearchy_bot/__init__.py @@ -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)