This commit is contained in:
Daniel Odendahl Jr
2017-05-03 01:36:28 +00:00
parent 53e6408b51
commit ff18a3f227
2 changed files with 5 additions and 3 deletions
+4 -2
View File
@@ -66,8 +66,10 @@ module.exports = class UserInfoCommand extends Command {
${moment.duration(Date.now() - user.createdTimestamp).format('y[ years], M[ months], w[ weeks, and ]d[ days]')} ago.
`, true)
.addField('**Joined Server On:**',
`${member.joinedAt}
${moment.duration(Date.now() - member.joinedTimestamp).format('y[ years], M[ months], w[ weeks, and ]d[ days]')} ago.`, true)
stripIndents`
${member.joinedAt}
${moment.duration(Date.now() - member.joinedTimestamp).format('y[ years], M[ months], w[ weeks, and ]d[ days]')} ago.
`, true)
.addField('**Status:**',
stat, true)
.addField('**Playing:**',
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "xiaobot",
"version": "17.2.7",
"version": "17.2.8",
"description": "A Discord Bot",
"main": "shardingmanager.js",
"scripts": {