Forgot a comma

This commit is contained in:
Nexus 2023-11-12 16:51:35 +00:00 committed by GitHub
parent 3cbd4265eb
commit 9b0de27890
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -363,7 +363,7 @@ class VoiceCog(commands.Cog):
"64k", "64k",
"-af", "-af",
"volume=%d" % (level / 100), "volume=%d" % (level / 100),
"-vn" "-vn",
str(output), str(output),
), ),
capture_output=True, capture_output=True,