From 9b83c8a00910426277a41cffd683a816260a92e5 Mon Sep 17 00:00:00 2001 From: = <=> Date: Sun, 6 Apr 2025 11:08:11 +0700 Subject: [PATCH] Test --- main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.py b/main.py index 6cbbab0..6d9ec54 100644 --- a/main.py +++ b/main.py @@ -45,7 +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()) + print(client.commands) for command in client.get_application_commands(): print(command)