From b89671f087a8a5d12fcb06d3bdb684ddf375daf5 Mon Sep 17 00:00:00 2001 From: Daniel Odendahl Jr Date: Wed, 10 May 2017 23:01:31 +0000 Subject: [PATCH] Oh my god --- commands/avataredit/card.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/commands/avataredit/card.js b/commands/avataredit/card.js index 5abea4e7..d2464db9 100644 --- a/commands/avataredit/card.js +++ b/commands/avataredit/card.js @@ -60,10 +60,10 @@ module.exports = class CardCommand extends Command { ctx.fillText(moment(member.joinedTimestamp).format('MMMM Do YYYY'), 148, 477); ctx.fillText(rarity, 73, 411); ctx.fillText(cardID, 60, 457); - ctx.fillText(version.split('.')[0], 67, 504); + ctx.fillText(version.split('.')[0], 66, 506); ctx.font = '14px Open Sans'; ctx.fillText(member.id, 30, 355); - ctx.fillText(`#${member.user.discriminator}`, 312, 357); + ctx.fillText(`#${member.user.discriminator}`, 313, 355); }; const cardImg = await request .get('https://i.imgur.com/6j8RHk1.png');