webm > mkv
All checks were successful
Build and Publish college-bot-v2 / build_and_publish (push) Successful in 18s

This commit is contained in:
Nexus 2024-06-11 21:56:37 +01:00
parent 2e2135db50
commit 413d8c2a96

View file

@ -268,7 +268,7 @@ class FFMeta(commands.Cog):
"-shortest",
"-y",
"-f",
"mkv",
"webm",
"pipe:1",
stdout=asyncio.subprocess.PIPE,
stderr=asyncio.subprocess.PIPE,