From b4b01e16e5554084b53c88a0b9e18c2173a06d6c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Bersier?= Date: Thu, 13 Jun 2019 01:09:22 +0200 Subject: [PATCH] no maj on "I" --- commands/images/meme.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commands/images/meme.js b/commands/images/meme.js index 07aa863..09c8f5e 100644 --- a/commands/images/meme.js +++ b/commands/images/meme.js @@ -53,7 +53,7 @@ class memeCommand extends Command { function processGif() { gm('./img/memeInput.gif') .fill('#ffffff') - .font('/usr/share/fonts/TTF/Impact.ttf') + .font('/usr/share/fonts/TTF/impact.ttf') .drawText(0, 20, args.topText, 'North') .drawText(0, 10, args.bottomText, 'South') .write('./img/meme.gif', function (err) {