From 727c3403a646a8ffb23cae61b7ba5282e5e2a964 Mon Sep 17 00:00:00 2001 From: gsd Date: Fri, 29 Sep 2023 14:57:13 +0300 Subject: [PATCH] q2 --- bot.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/bot.py b/bot.py index 34be489..2522d8e 100644 --- a/bot.py +++ b/bot.py @@ -58,8 +58,6 @@ class DiscordClient(commands.Bot): await self.tree.sync(guild=discord.Object(self.main_server_id)) await self.tree.sync() - await self.wait_until_ready() - print(f"[init] check exts for have prepairs") for ext_name, ext in self.loaded_extensions.items(): if getattr(ext, "prepair", None):