From 45825082377a65dd510de5962d96cc1937607b8a Mon Sep 17 00:00:00 2001
From: loicbersier <loic.bersier1@gmail.com>
Date: Sat, 12 Oct 2019 18:08:16 +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 3f94a53..d4b20d6 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 = '5M';
+			compression = '600k';
 		} else if (args.compresion == 2) {
-			compression = '1M';
+			compression = '300k';
 		} else {
 			compression = '10k';
 		}