From eb5810e9581d0218fe8667a5f10e63e5faa8bff2 Mon Sep 17 00:00:00 2001 From: Dragon Fire Date: Wed, 3 Jun 2020 18:49:15 -0400 Subject: [PATCH] Fix --- commands/edit-meme/phoebe-teaching-joey.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/commands/edit-meme/phoebe-teaching-joey.js b/commands/edit-meme/phoebe-teaching-joey.js index ef47d254..238edb5f 100644 --- a/commands/edit-meme/phoebe-teaching-joey.js +++ b/commands/edit-meme/phoebe-teaching-joey.js @@ -6,10 +6,10 @@ registerFont(path.join(__dirname, '..', '..', 'assets', 'fonts', 'Noto-Regular.t registerFont(path.join(__dirname, '..', '..', 'assets', 'fonts', 'Noto-CJK.otf'), { family: 'Noto' }); registerFont(path.join(__dirname, '..', '..', 'assets', 'fonts', 'Noto-Emoji.ttf'), { family: 'Noto' }); const coord = [ - [[107, 135], [439, 135]], - [[105, 328], [443, 328]], - [[120, 497], [445, 497]], - [[116, 712], [420, 712]] + [[136, 135], [416, 135]], + [[136, 328], [416, 328]], + [[136, 497], [416, 497]], + [[136, 712], [416, 712]] ]; module.exports = class PhoebeTeachingJoeyCommand extends Command {