diff --git a/commands/image-edit/gru-plan.js b/commands/image-edit/gru-plan.js index 107ba34d..78ba3a64 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, 139], [1200, 143], [450, 637], [1200, 637]]; +const coord = [[450, 134], [1200, 134], [450, 632], [1200, 632]]; module.exports = class GruPlanCommand extends Command { constructor(client) {