Test
This commit is contained in:
parent
01eafdf083
commit
9b83c8a009
2
main.py
2
main.py
@ -45,7 +45,7 @@ SquogDownload = yt_dlp.YoutubeDL(SquogVideo)
|
|||||||
@client.command()
|
@client.command()
|
||||||
async def help(ctx: nextcord.Message):
|
async def help(ctx: nextcord.Message):
|
||||||
embed = nextcord.Embed(title="Help")
|
embed = nextcord.Embed(title="Help")
|
||||||
print(client.get_application_commands())
|
print(client.commands)
|
||||||
for command in client.get_application_commands():
|
for command in client.get_application_commands():
|
||||||
print(command)
|
print(command)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user