From 52ad1be31d536d49b497ffd7410539fd2f18d7c3 Mon Sep 17 00:00:00 2001 From: Dragon Fire Date: Sat, 23 Mar 2024 21:45:53 -0400 Subject: [PATCH] fix --- commands/edit-face/danny-devito.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/commands/edit-face/danny-devito.js b/commands/edit-face/danny-devito.js index 725f892a..714954a3 100644 --- a/commands/edit-face/danny-devito.js +++ b/commands/edit-face/danny-devito.js @@ -49,8 +49,8 @@ module.exports = class DannyDevitoCommand extends Command { danny, face.box.xMin - (face.box.width * 0.2), face.box.yMin - (height / 2.5), - face.box.width * 1.5, - height * 1.5 + face.box.width * 1.4, + height * 1.4 ); } return msg.say({ files: [{ attachment: canvas.toBuffer(), name: 'danny-devito.png' }] });