fix typo in vid filename

This commit is contained in:
loicbersier 2019-10-13 00:19:08 +02:00
parent 0024b0f8f0
commit 64c16863cf

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;