From 8543bee74fc2f9e0c09d36f9a33fcd62119f348a Mon Sep 17 00:00:00 2001 From: Dragon Fire Date: Fri, 13 Dec 2019 21:20:57 -0500 Subject: [PATCH] Fix --- commands/info/user.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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')}