gsd 2 years ago
parent
commit
727c3403a6
  1. 2
      bot.py

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

Loading…
Cancel
Save