diff --git a/commands/image-edit/plankton-plan.js b/commands/image-edit/plankton-plan.js index 5d472666..cc975aa2 100644 --- a/commands/image-edit/plankton-plan.js +++ b/commands/image-edit/plankton-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 = [[240, 63], [689, 63], [705, 380], [220, 380]]; +const coord = [[240, 63], [689, 63], [705, 383], [220, 380]]; module.exports = class PlanktonPlanCommand extends Command { constructor(client) {