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