Merge branch 'master' of https://gitlab.com/loicbersier/discordbot
This commit is contained in:
commit
22e075d88c
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