Add join date to userinfo
This commit is contained in:
parent
306fb7faab
commit
0677b93750
1 changed files with 1 additions and 0 deletions
|
@ -33,6 +33,7 @@ module.exports = {
|
||||||
.addField("Presence", user.user.presence.activities[0].name)
|
.addField("Presence", user.user.presence.activities[0].name)
|
||||||
//.addField("Joined", createJoin.joindate, true)
|
//.addField("Joined", createJoin.joindate, true)
|
||||||
.addField("Creation date", createJoin.creation, true)
|
.addField("Creation date", createJoin.creation, true)
|
||||||
|
.addField("Join date", user.joinDate, true)
|
||||||
|
|
||||||
message.channel.send(embed);
|
message.channel.send(embed);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue