From 01eafdf08386ccc3b3e4339bdc2496bc1425eba5 Mon Sep 17 00:00:00 2001 From: = <=> Date: Sun, 6 Apr 2025 11:07:35 +0700 Subject: [PATCH] Test --- main.py | 1 + 1 file changed, 1 insertion(+) diff --git a/main.py b/main.py index 24345da..6cbbab0 100644 --- a/main.py +++ b/main.py @@ -45,6 +45,7 @@ SquogDownload = yt_dlp.YoutubeDL(SquogVideo) @client.command() async def help(ctx: nextcord.Message): embed = nextcord.Embed(title="Help") + print(client.get_application_commands()) for command in client.get_application_commands(): print(command)