From 6fa65bf520ae5e71f38bcd71787acd0ca611d666 Mon Sep 17 00:00:00 2001 From: Daniel Odendahl Jr Date: Thu, 28 Sep 2017 01:26:42 +0000 Subject: [PATCH] wtf --- commands/avatar-edit/i-have-the-power.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commands/avatar-edit/i-have-the-power.js b/commands/avatar-edit/i-have-the-power.js index c0f197d0..12890674 100644 --- a/commands/avatar-edit/i-have-the-power.js +++ b/commands/avatar-edit/i-have-the-power.js @@ -41,7 +41,7 @@ module.exports = class IHaveThePowerCommand extends Command { const avatar = await loadImage(body); ctx.drawImage(base, 0, 0); ctx.rotate(18.3 * (Math.PI / 180)); - ctx.drawImage(avatar, 322, 6, 175, 175); + ctx.drawImage(avatar, 325, -6, 175, 175); ctx.rotate(-18.3 * (Math.PI / 180)); return msg.say({ files: [{ attachment: canvas.toBuffer(), name: 'i-have-the-power.png' }] }); } catch (err) {