diff --git a/commands/avatar-edit/look-what-karen-have.js b/commands/avatar-edit/look-what-karen-have.js index 0570ff4c..624b5224 100644 --- a/commands/avatar-edit/look-what-karen-have.js +++ b/commands/avatar-edit/look-what-karen-have.js @@ -42,8 +42,8 @@ module.exports = class LookWhatKarenHaveCommand extends Command { ctx.fillStyle = 'white'; ctx.fillRect(0, 0, base.width, base.height); ctx.rotate(-6.5 * (Math.PI / 180)); - ctx.drawImage(avatar, 517, 8, 512, 512); - ctx.rotate(-6.5 * (Math.PI / 180)); + ctx.drawImage(avatar, 514, 50, 512, 512); + ctx.rotate(6.5 * (Math.PI / 180)); ctx.drawImage(base, 0, 0); return msg.say({ files: [{ attachment: canvas.toBuffer(), name: 'look-what-karen-have.png' }] }); } catch (err) {