diff --git a/commands/avataredit/card.js b/commands/avataredit/card.js index d2464db9..ec1c383c 100644 --- a/commands/avataredit/card.js +++ b/commands/avataredit/card.js @@ -60,7 +60,7 @@ 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], 66, 506); + ctx.fillText(version.split('.')[0], 63, 508); ctx.font = '14px Open Sans'; ctx.fillText(member.id, 30, 355); ctx.fillText(`#${member.user.discriminator}`, 313, 355);