From 2f08324b17eba181d60930f81ec6e836cca226a6 Mon Sep 17 00:00:00 2001 From: Daniel Odendahl Jr Date: Wed, 20 Sep 2017 17:56:43 +0000 Subject: [PATCH] oh --- commands/avatar-edit/christmas-hat.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commands/avatar-edit/christmas-hat.js b/commands/avatar-edit/christmas-hat.js index 983ad23b..d80dfe54 100644 --- a/commands/avatar-edit/christmas-hat.js +++ b/commands/avatar-edit/christmas-hat.js @@ -39,7 +39,7 @@ module.exports = class ChristmasHatCommand extends Command { const { body } = await snekfetch.get(avatarURL); const avatar = await loadImage(body); ctx.drawImage(avatar, 0, 0, 256, 256); - ctx.drawImage(base, 15, 175, 65, -26); + ctx.drawImage(base, 65, -26, 200, 235); return msg.say({ files: [canvas.toBuffer()] }); } catch (err) { return msg.say(`Oh no, an error occurred: \`${err.message}\`. Try again later!`);