Test
This commit is contained in:
parent
82832d71e5
commit
01eafdf083
1
main.py
1
main.py
@ -45,6 +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())
|
||||||
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