diff --git a/commands/info/user.js b/commands/info/user.js index e3c7d117..008e89fc 100644 --- a/commands/info/user.js +++ b/commands/info/user.js @@ -49,8 +49,8 @@ module.exports = class UserCommand extends Command { .filter(role => role.id !== defaultRole.id) .sort((a, b) => b.position - a.position) .map(role => role.name); + description += '\n\n'; description += stripIndents` - **Server Member Info:** • Nickname: ${member.nickname || 'None'} • Server Join Date: ${moment.utc(member.joinedAt).format('MM/DD/YYYY h:mm A')}