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