diff --git a/commands/userinfo/userinfo.js b/commands/userinfo/userinfo.js index b0f9052e..12257e77 100644 --- a/commands/userinfo/userinfo.js +++ b/commands/userinfo/userinfo.js @@ -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:**', diff --git a/package.json b/package.json index 2e513360..c93f9441 100644 --- a/package.json +++ b/package.json @@ -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",