Fix Inlines in User Info

This commit is contained in:
Daniel Odendahl Jr
2017-05-12 01:09:09 +00:00
parent dd4996a85b
commit c097781db4
2 changed files with 5 additions and 4 deletions
+2 -2
View File
@@ -59,12 +59,12 @@ module.exports = class UserInfoCommand extends Command {
stripIndents`
${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.
`, true)
`)
.addField('**Joined Server On:**',
stripIndents`
${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.
`, true)
`)
.addField('**Status:**',
stat, true)
.addField('**Playing:**',