Fix yt-dl-beta mention

This commit is contained in:
Nexus 2023-06-01 01:19:18 +01:00
parent 9f76882319
commit 3ad0c817f0
Signed by: nex
GPG key ID: 0FA334385D0B689F

View file

@ -900,7 +900,7 @@ class OtherCog(commands.Cog):
).add_field(
name="Download:",
value="{} url:{} video_format:{}".format(
self.bot.get_application_command("yt-dl").mention,
self.bot.get_application_command("yt-dl-beta").mention,
url,
fmt
)