This commit is contained in:
Dragon Fire
2019-12-13 21:20:57 -05:00
parent 5a2c4b3cab
commit 8543bee74f
+1 -1
View File
@@ -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')}