Fix Details showing up twice in userinfo
This commit is contained in:
parent
1a93bd63f0
commit
90b6225a55
1 changed files with 0 additions and 1 deletions
|
@ -62,7 +62,6 @@ module.exports = {
|
|||
embed.addFields([{name: "Presence", value: user.presence.activities[0].name, inline: false}])
|
||||
if (presenceDetails != 0)
|
||||
embed.addFields([{name: "Details", value: presenceDetails.toString(), inline: false}])
|
||||
embed.addFields([{ name: "Details", value: presenceDetails.toString(), inline: false }])
|
||||
embed.addFields([
|
||||
{ name: "Creation date", value: getCreationDate(user), inline: true },
|
||||
{ name: "Join date", value: getJoinDate(user, message.guild), inline: true }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue