diff --git a/bot.js b/bot.js index aee4d2b..e092bf2 100644 --- a/bot.js +++ b/bot.js @@ -12,9 +12,9 @@ const memeGenerator = new memeLib({ canvasHeight: 500 }, fontOptions: { // optional - fontSize: 35, + fontSize: 40, fontFamily: 'impact', - lineHeight: 4 + lineHeight: 2 } });