From a4d89c86a23de120fd9fc764365c8c4dc932fff5 Mon Sep 17 00:00:00 2001 From: lilyissillyyy Date: Sun, 2 Nov 2025 16:11:04 -0500 Subject: [PATCH] Holy crap lois, it's a fix! --- commands/edit-meme/holy-crap-lois.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/commands/edit-meme/holy-crap-lois.js b/commands/edit-meme/holy-crap-lois.js index 4d64f5db..0b29cd96 100644 --- a/commands/edit-meme/holy-crap-lois.js +++ b/commands/edit-meme/holy-crap-lois.js @@ -22,7 +22,7 @@ module.exports = class HolyCrapLoisCommand extends Command { name: '20th Century Fox', url: 'https://www.foxmovies.com/', reason: 'Image, Original "Family Guy" Show' - }, + } ], args: [ { @@ -43,7 +43,7 @@ module.exports = class HolyCrapLoisCommand extends Command { const canvas = createCanvas(base.width, base.height); const ctx = canvas.getContext('2d'); ctx.drawImage(base, 0, 0); - const { x, y, width, height } = centerImagePart(data, 424, 424, 0, 40); + const { x, y, width, height } = centerImagePart(data, 414, 414, 10, 50); ctx.drawImage(data, x, y, width, height); ctx.drawImage(door, 0, 0); return msg.say({ files: [{ attachment: canvas.toBuffer('image/png'), name: 'holy-crap-lois.png' }] });