BaumSplitter41 hai 4 meses
pai
achega
4f527dd903
Modificáronse 1 ficheiros con 3 adicións e 0 borrados
  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!#