This commit is contained in:
Dragon Fire
2024-03-23 21:44:43 -04:00
parent c205471f95
commit 7114a869f2
+1 -1
View File
@@ -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' }] });