Correctly return an MP4 file
All checks were successful
Build and Publish / build_and_publish (push) Successful in 5m10s

This commit is contained in:
Nexus 2024-06-12 23:57:44 +01:00
parent 546299626a
commit c4e3bec659
Signed by: nex
GPG key ID: 0FA334385D0B689F

View file

@ -290,7 +290,7 @@ class FFMeta(commands.Cog):
if not fs:
await ctx.respond("Failed to convert audio. See below.")
else:
return await ctx.respond(file=discord.File(file, filename="right-behind-you.webm"))
return await ctx.respond(file=discord.File(file, filename="right-behind-you.mp4"))
paginator = commands.Paginator()
for line in stderr.decode().splitlines():
if line.strip().startswith(":"):