BaumSplitter41 před 4 měsíci
rodič
revize
f69cead8b4
1 změnil soubory, kde provedl 0 přidání a 1 odebrání
  1. 0 1
      VPD_BOT/main.py

+ 0 - 1
VPD_BOT/main.py

@@ -164,7 +164,6 @@ async def on_ready():
         channel = discord.utils.get(bot.guilds[0].channels, id=int(channel_log))
         if channel:
             await channel.send(f"{bot.user} ist online")
-    await load_extensions()
     bot.add_view(PersistentRoleView()) #loading reactionrole memory
     print("Registrierte Slash-Commands:")
     for command in bot.pending_application_commands: