From d5048134fdbf4f05a6494bb11ccd9bbdc5f00282 Mon Sep 17 00:00:00 2001
From: loicbersier <loic.bersier1@gmail.com>
Date: Sat, 12 Oct 2019 18:09:31 +0200
Subject: [PATCH] more compression

---
 commands/fun/vidshittifier.js | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/commands/fun/vidshittifier.js b/commands/fun/vidshittifier.js
index d4b20d65..a62dd7d5 100644
--- a/commands/fun/vidshittifier.js
+++ b/commands/fun/vidshittifier.js
@@ -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';
 		}