From a41c529c98ab5b48839edb9b30ee86b1cda6d2b9 Mon Sep 17 00:00:00 2001 From: nexy7574 Date: Tue, 9 Jan 2024 09:59:07 +0000 Subject: [PATCH] Link --- src/cogs/ytdl.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/cogs/ytdl.py b/src/cogs/ytdl.py index 8d5928d..136efac 100644 --- a/src/cogs/ytdl.py +++ b/src/cogs/ytdl.py @@ -298,6 +298,7 @@ class YTDLCog(commands.Cog): previous = await self.get_saved(webpage_url, extracted_info["format_id"]) if previous: await ctx.edit( + content=previous, embed=discord.Embed( title=f"Downloaded {title}!", description="Used previously downloaded attachment.",