From 8bb9f8daad251c3182b770086ec73e2bfb794dda Mon Sep 17 00:00:00 2001 From: Dragon Fire Date: Mon, 20 Jan 2020 11:11:20 -0500 Subject: [PATCH] Fix --- commands/meme-gen/be-like-bill.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commands/meme-gen/be-like-bill.js b/commands/meme-gen/be-like-bill.js index 1cfe2364..6a92ddf6 100644 --- a/commands/meme-gen/be-like-bill.js +++ b/commands/meme-gen/be-like-bill.js @@ -4,7 +4,7 @@ const { stripIndents } = require('common-tags'); const path = require('path'); const { wrapText } = require('../../util/Canvas'); const texts = require('../../assets/json/be-like-bill'); -registerFont(path.join(__dirname, '..', '..', 'assets', 'fonts', 'arialbd.ttf'), { family: 'Arial' }); +registerFont(path.join(__dirname, '..', '..', 'assets', 'fonts', 'arialbd.ttf'), { family: 'Arial', style: 'Bold' }); module.exports = class BeLikeBillCommand extends Command { constructor(client) {