From 7114a869f2a84207f83e9963c1f4d73a36c34c52 Mon Sep 17 00:00:00 2001 From: Dragon Fire Date: Sat, 23 Mar 2024 21:44:43 -0400 Subject: [PATCH] Fix --- commands/edit-face/danny-devito.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commands/edit-face/danny-devito.js b/commands/edit-face/danny-devito.js index 9d2ebb13..c3480e94 100644 --- a/commands/edit-face/danny-devito.js +++ b/commands/edit-face/danny-devito.js @@ -50,7 +50,7 @@ module.exports = class DannyDevitoCommand extends Command { face.box.xMin - (face.box.width * 0.2), face.box.yMin - (height / 2.5), face.box.width * 1.25, - height * 1.35 + height * 1.5 ); } return msg.say({ files: [{ attachment: canvas.toBuffer(), name: 'danny-devito.png' }] });