This commit is contained in:
Nexus 2024-01-09 09:59:07 +00:00
parent 1633e1ee3a
commit a41c529c98

View file

@ -298,6 +298,7 @@ class YTDLCog(commands.Cog):
previous = await self.get_saved(webpage_url, extracted_info["format_id"]) previous = await self.get_saved(webpage_url, extracted_info["format_id"])
if previous: if previous:
await ctx.edit( await ctx.edit(
content=previous,
embed=discord.Embed( embed=discord.Embed(
title=f"Downloaded {title}!", title=f"Downloaded {title}!",
description="Used previously downloaded attachment.", description="Used previously downloaded attachment.",