Skip to content

Commit

Permalink
I made an oopsie
Browse files Browse the repository at this point in the history
  • Loading branch information
GoogleFeud committed Aug 11, 2019
1 parent 538a37a commit e667b98
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/Discord/Commands/help.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,4 @@ Enjoying the bot? Upvote it: https://discordbots.org/bot/606487052992905247
message.channel.send(embed);
}
}
}

.addField('Account age: ', (Date.now() - member.createdAt > yearinms) ? moment(member.createdAt).format('YY'):moment(member.createdAt).format('MM/D/YY HH:mm:ss'));
}

0 comments on commit e667b98

Please sign in to comment.