BaumSplitter41 4 月之前
父节点
当前提交
4f527dd903
共有 1 个文件被更改,包括 3 次插入0 次删除
  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!#