Fix missing comma

This commit is contained in:
Nexus 2024-04-14 23:23:07 +01:00
parent 72a677df38
commit 8d7cee3e89
Signed by: nex
GPG key ID: 0FA334385D0B689F

View file

@ -75,7 +75,7 @@ class AutoResponder(commands.Cog):
"-crf", "25", "-crf", "25",
"-c:a", "libopus", "-c:a", "libopus",
"-b:a", "64k", "-b:a", "64k",
"-preset", "slower" "-preset", "slower",
"-y" "-y"
] ]
process = await asyncio.create_subprocess_exec( process = await asyncio.create_subprocess_exec(