Remove Server Join Date in Favor of Highest Role Name

This commit is contained in:
Daniel Odendahl Jr
2017-05-11 02:09:18 +00:00
parent 0d3abd5c1b
commit 1236695d93
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -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);
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "xiaobot",
"version": "19.1.1",
"version": "19.1.2",
"description": "A Discord Bot",
"main": "shardingmanager.js",
"scripts": {