mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-24 22:34:46 +02:00
fix
This commit is contained in:
@@ -49,8 +49,8 @@ module.exports = class DannyDevitoCommand extends Command {
|
|||||||
danny,
|
danny,
|
||||||
face.box.xMin - (face.box.width * 0.2),
|
face.box.xMin - (face.box.width * 0.2),
|
||||||
face.box.yMin - (height / 2.5),
|
face.box.yMin - (height / 2.5),
|
||||||
face.box.width * 1.5,
|
face.box.width * 1.4,
|
||||||
height * 1.5
|
height * 1.4
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
return msg.say({ files: [{ attachment: canvas.toBuffer(), name: 'danny-devito.png' }] });
|
return msg.say({ files: [{ attachment: canvas.toBuffer(), name: 'danny-devito.png' }] });
|
||||||
|
|||||||
Reference in New Issue
Block a user