This commit is contained in:
= 2025-04-06 11:08:11 +07:00
parent 01eafdf083
commit 9b83c8a009

View File

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