This commit is contained in:
Dragon Fire
2024-03-23 21:45:53 -04:00
parent 29f4368ed6
commit 52ad1be31d
+2 -2
View File
@@ -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' }] });