From 20778d30a7b97999b747cccfbbbbb551b7898685 Mon Sep 17 00:00:00 2001 From: Dragon Fire Date: Sat, 20 Feb 2021 10:52:02 -0500 Subject: [PATCH] Fix --- commands/edit-image/yu-gi-oh-gen.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commands/edit-image/yu-gi-oh-gen.js b/commands/edit-image/yu-gi-oh-gen.js index 7f1e9cf5..6c2fc26a 100644 --- a/commands/edit-image/yu-gi-oh-gen.js +++ b/commands/edit-image/yu-gi-oh-gen.js @@ -117,7 +117,7 @@ module.exports = class YuGiOhGenCommand extends Command { } ctx.fillStyle = monsterType === 'xyz' || monsterType === 'link' ? 'white' : 'black'; ctx.textBaseline = 'top'; - ctx.font = this.client.fonts.get('Matrix Book.ttf').toCanvasString(87); + ctx.font = this.client.fonts.get('Matrix Small Caps.ttf').toCanvasString(87); ctx.fillText(name, 60, 57, 620); ctx.fillStyle = 'black'; if (type === 'monster') {