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)