BaumSplitter41 4 mesi fa
parent
commit
4f527dd903
1 ha cambiato i file con 3 aggiunte e 0 eliminazioni
  1. 3 0
      VPD_BOT/main.py

+ 3 - 0
VPD_BOT/main.py

@@ -166,6 +166,9 @@ async def on_ready():
             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:
+        print(f" - {command.name}")
 
 #---------------------------------------------------------------------------------------#
 #DONT Touch anything above this line, unless you know what you are doing!#