From cb714388381364b26466470f8aa0524f56dbe9d5 Mon Sep 17 00:00:00 2001 From: gsd Date: Wed, 8 Mar 2023 21:33:03 +0300 Subject: [PATCH] =?UTF-8?q?=D0=BC=D0=B4=D0=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- bot.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bot.py b/bot.py index 4000fc5..f351afe 100644 --- a/bot.py +++ b/bot.py @@ -28,7 +28,7 @@ class DiscordClient(commands.Bot): self.StartUpPreloadStats() ################################################### super().__init__(command_prefix="!", intents=discord.Intents.all()) - self.tree = app_commands.CommandTree(self) + #self.tree = app_commands.CommandTree(self) self.load_extensions(['user_ext', 'admin_ext', 'other_ext']) ################################################### self.setup_events()