diff --git a/src/cogs/ytdl.py b/src/cogs/ytdl.py index da77a27..fd29832 100644 --- a/src/cogs/ytdl.py +++ b/src/cogs/ytdl.py @@ -588,10 +588,11 @@ class YTDLCog(commands.Cog): file.name, fb ) + embed.add_field(name="URL", value=f"https://0x0.st/{part}", inline=False) await ctx.edit( - content="https://embeds.video/0x0/" + part, embed=embed ) + await ctx.respond("https://embeds.video/0x0/" + part) else: upload_file = await asyncio.to_thread(discord.File, file, filename=file.name) msg = await ctx.edit(