From ec5f8774a0f2b2a21f20e93025111d510b28d710 Mon Sep 17 00:00:00 2001 From: loicbersier Date: Sat, 12 Oct 2019 13:12:55 +0200 Subject: [PATCH] pls --- commands/fun/vidshittifyer.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/commands/fun/vidshittifyer.js b/commands/fun/vidshittifyer.js index 2200ced..245d19f 100644 --- a/commands/fun/vidshittifyer.js +++ b/commands/fun/vidshittifyer.js @@ -40,9 +40,9 @@ class vidshittifyerCommand extends Command { let compression; if (args.link) { if (args.compression == 1) { - compression = '10m'; + compression = '10M'; } else if (args.compression == 2) { - compression = '5m'; + compression = '5M'; } else { compression = '10k'; }