diff --git a/cogs/voice.py b/cogs/voice.py index 39eafaa..e8a2c0a 100644 --- a/cogs/voice.py +++ b/cogs/voice.py @@ -363,7 +363,7 @@ class VoiceCog(commands.Cog): "64k", "-af", "volume=%d" % (level / 100), - "-vn" + "-vn", str(output), ), capture_output=True,