Lots of Updates

This commit is contained in:
Daniel Odendahl Jr
2017-08-03 22:47:18 +00:00
parent 104ab19bc5
commit 5aaf17c26c
5 changed files with 27 additions and 14 deletions
+1 -1
View File
@@ -58,7 +58,7 @@ module.exports = class CardCommand extends Command {
ctx.fillText('Discord Join Date:', 148, 400);
ctx.fillText(moment(member.user.createdTimestamp).format('MMMM Do YYYY'), 148, 420);
ctx.fillText('Role:', 148, 457);
ctx.fillText(member.highestRole.name, 148, 477);
ctx.fillText(member.highestRole.name !== '@everyone' ? member.highestRole.name : 'None', 148, 477);
ctx.fillText(rarity, 73, 411);
ctx.fillText(cardID, 60, 457);
ctx.fillText(version.split('.')[0], 68, 502);