Save link after downloading it

This commit is contained in:
Nexus 2024-01-09 09:49:42 +00:00
parent 7e87b9b5ac
commit c1d120d7b9

View file

@ -426,6 +426,7 @@ class YTDLCog(commands.Cog):
url=webpage_url url=webpage_url
) )
) )
await self.save_link(ctx.message, webpage_url, chosen_format_id)
except discord.HTTPException as e: except discord.HTTPException as e:
self.log.error(e, exc_info=True) self.log.error(e, exc_info=True)
return await ctx.edit( return await ctx.edit(