forked from Supositware/Haha-Yes
more compression
This commit is contained in:
parent
4582508237
commit
d5048134fd
1 changed files with 2 additions and 2 deletions
|
@ -32,9 +32,9 @@ class vidshittifierCommand extends Command {
|
|||
let output = `${os.tmpdir()}/Shittifyed${message.id}.mp4`;
|
||||
let compression;
|
||||
if (args.compresion == 1) {
|
||||
compression = '600k';
|
||||
compression = '50k';
|
||||
} else if (args.compresion == 2) {
|
||||
compression = '300k';
|
||||
compression = '30k';
|
||||
} else {
|
||||
compression = '10k';
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue