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