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:**',
+3 -2
View File
@@ -1,6 +1,6 @@
{
"name": "xiaobot",
"version": "19.2.1",
"version": "19.2.2",
"description": "A Discord Bot",
"main": "shardingmanager.js",
"scripts": {
@@ -20,7 +20,8 @@
"discord-js",
"discord-js-commando",
"postgres",
"postgresql"
"postgresql",
"cleverbot"
],
"author": "dragonfire535",
"license": "ISC",