From 2010d9fd8a65604a487b83c67dce77ff7dd63e9d Mon Sep 17 00:00:00 2001 From: Daniel Odendahl Jr Date: Mon, 17 Sep 2018 17:19:58 +0000 Subject: [PATCH] Fix --- commands/image-edit/gru-plan.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commands/image-edit/gru-plan.js b/commands/image-edit/gru-plan.js index 78ba3a64..15e407ed 100644 --- a/commands/image-edit/gru-plan.js +++ b/commands/image-edit/gru-plan.js @@ -5,7 +5,7 @@ const { wrapText } = require('../../util/Canvas'); registerFont(path.join(__dirname, '..', '..', 'assets', 'fonts', 'Noto-Regular.ttf'), { family: 'Noto' }); registerFont(path.join(__dirname, '..', '..', 'assets', 'fonts', 'Noto-CJK.otf'), { family: 'Noto' }); registerFont(path.join(__dirname, '..', '..', 'assets', 'fonts', 'Noto-Emoji.ttf'), { family: 'Noto' }); -const coord = [[450, 134], [1200, 134], [450, 632], [1200, 632]]; +const coord = [[450, 129], [1200, 134], [450, 627], [1200, 627]]; module.exports = class GruPlanCommand extends Command { constructor(client) {