Tsubaki, Native Image Reading

This commit is contained in:
Daniel Odendahl Jr
2017-05-12 20:25:17 +00:00
parent c097781db4
commit 13c0acdb59
37 changed files with 59 additions and 74 deletions
+2 -2
View File
@@ -57,12 +57,12 @@ module.exports = class UserInfoCommand extends Command {
member.id, true)
.addField('**Joined Discord On:**',
stripIndents`
${moment(member.user.createdTimestamp).format('MMMM Do YYYY h:mm:ss a')}
${moment(member.user.createdTimestamp).format('MMMM Do YYYY h:mm:ss A')}
${moment.duration(Date.now() - member.user.createdTimestamp).format('y[ years], M[ months], w[ weeks, and ]d[ days]')} ago.
`)
.addField('**Joined Server On:**',
stripIndents`
${moment(member.joinedTimestamp).format('MMMM Do YYYY h:mm:ss a')}
${moment(member.joinedTimestamp).format('MMMM Do YYYY h:mm:ss A')}
${moment.duration(Date.now() - member.joinedTimestamp).format('y[ years], M[ months], w[ weeks, and ]d[ days]')} ago.
`)
.addField('**Status:**',