This commit is contained in:
loicbersier 2019-10-13 16:54:30 +02:00
commit 22e075d88c

View file

@ -36,7 +36,7 @@ class vidshittifierCommand extends Command {
}
let input = `${os.tmpdir()}/${message.id}.mp4`;
let output = `${os.tmpdir()}/Shittifyed${message.id}.mp4`;
let output = `${os.tmpdir()}/Shittified${message.id}.mp4`;
let compression;
let audioCompression;