Fix ytdl path finding argument order

This commit is contained in:
Nexus 2023-04-29 00:57:17 +01:00
parent 5e71b8a390
commit 0f66384957
Signed by: nex
GPG key ID: 0FA334385D0B689F

View file

@ -918,8 +918,8 @@ class OtherCog(commands.Cog):
"--no-check-certificates",
"--no-warnings",
"--newline",
"--output",
"--restrict-filenames",
"--output",
f"{ctx.user.id}.%(title)s.%(ext)s",
]
if video_format: