diff --git a/commands/avataredit/card.js b/commands/avataredit/card.js index 373f25ab..94e941ad 100644 --- a/commands/avataredit/card.js +++ b/commands/avataredit/card.js @@ -52,8 +52,8 @@ module.exports = class CardCommand extends Command { ctx.fillText(member.displayName, 30, 62); ctx.fillText('Discord Join Date:', 148, 400); ctx.fillText(moment(member.user.createdTimestamp).format('MMMM Do YYYY'), 148, 420); - ctx.fillText('Server Join Date:', 148, 457); - ctx.fillText(moment(member.joinedTimestamp).format('MMMM Do YYYY'), 148, 477); + ctx.fillText('Role:', 148, 457); + ctx.fillText(member.highestRole.name, 148, 477); ctx.fillText(rarity, 73, 411); ctx.fillText(cardID, 60, 457); ctx.fillText(version.split('.')[0], 68, 502); diff --git a/package.json b/package.json index fd0a7392..65e9a1d0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "xiaobot", - "version": "19.1.1", + "version": "19.1.2", "description": "A Discord Bot", "main": "shardingmanager.js", "scripts": {