From 64c16863cf559c1213702ededfca75023c1f1142 Mon Sep 17 00:00:00 2001 From: loicbersier Date: Sun, 13 Oct 2019 00:19:08 +0200 Subject: [PATCH] fix typo in vid filename --- commands/fun/vidshittifier.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commands/fun/vidshittifier.js b/commands/fun/vidshittifier.js index b27a1de..4e17b07 100644 --- a/commands/fun/vidshittifier.js +++ b/commands/fun/vidshittifier.js @@ -36,7 +36,7 @@ class vidshittifierCommand extends Command { } 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 audioCompression;