From 94a84b1e9ecbedbf2fb5dc1d0b74262ae2b14d5c Mon Sep 17 00:00:00 2001 From: Daniel Odendahl Jr Date: Thu, 28 Sep 2017 01:28:38 +0000 Subject: [PATCH] canvas, people --- 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 07bdb252..82be887a 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, 330, -15, 175, 175); + ctx.drawImage(avatar, 332, -35, 175, 175); ctx.rotate(-18.3 * (Math.PI / 180)); return msg.say({ files: [{ attachment: canvas.toBuffer(), name: 'i-have-the-power.png' }] }); } catch (err) {