forked from Supositware/Haha-Yes
fix typo in vid filename
This commit is contained in:
parent
0024b0f8f0
commit
64c16863cf
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,7 @@ class vidshittifierCommand extends Command {
|
||||||
}
|
}
|
||||||
|
|
||||||
let input = `${os.tmpdir()}/${message.id}.mp4`;
|
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 compression;
|
||||||
let audioCompression;
|
let audioCompression;
|
||||||
|
|
Loading…
Reference in a new issue