From 3ad0c817f0871f65e20ee73af83476fafd17cadb Mon Sep 17 00:00:00 2001 From: nex Date: Thu, 1 Jun 2023 01:19:18 +0100 Subject: [PATCH] Fix yt-dl-beta mention --- cogs/other.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cogs/other.py b/cogs/other.py index a03334b..f878240 100644 --- a/cogs/other.py +++ b/cogs/other.py @@ -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 )