This commit is contained in:
= 2025-04-06 11:07:35 +07:00
parent 82832d71e5
commit 01eafdf083

View File

@ -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)