Switch join and creation date
This commit is contained in:
parent
c16a42bf2b
commit
6afdef5fdf
1 changed files with 1 additions and 1 deletions
|
@ -51,8 +51,8 @@ module.exports = {
|
||||||
embed.addField("Presence", user.user.presence.activities[0].name, true)
|
embed.addField("Presence", user.user.presence.activities[0].name, true)
|
||||||
if(presenceDetails != 0)
|
if(presenceDetails != 0)
|
||||||
embed.addField("Details", presenceDetails, false)
|
embed.addField("Details", presenceDetails, false)
|
||||||
embed.addField("Joined", getJoinDate(user, message.guild), true)
|
|
||||||
embed.addField("Creation date", getCreationDate(user), true)
|
embed.addField("Creation date", getCreationDate(user), true)
|
||||||
|
embed.addField("Join date", getJoinDate(user, message.guild), true)
|
||||||
if(roles != ""){
|
if(roles != ""){
|
||||||
embed.addField("Roles", roles)
|
embed.addField("Roles", roles)
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue