mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-24 02:15:10 +02:00
Fix
This commit is contained in:
@@ -49,8 +49,8 @@ module.exports = class UserCommand extends Command {
|
|||||||
.filter(role => role.id !== defaultRole.id)
|
.filter(role => role.id !== defaultRole.id)
|
||||||
.sort((a, b) => b.position - a.position)
|
.sort((a, b) => b.position - a.position)
|
||||||
.map(role => role.name);
|
.map(role => role.name);
|
||||||
|
description += '\n\n';
|
||||||
description += stripIndents`
|
description += stripIndents`
|
||||||
|
|
||||||
**Server Member Info:**
|
**Server Member Info:**
|
||||||
• Nickname: ${member.nickname || 'None'}
|
• Nickname: ${member.nickname || 'None'}
|
||||||
• Server Join Date: ${moment.utc(member.joinedAt).format('MM/DD/YYYY h:mm A')}
|
• Server Join Date: ${moment.utc(member.joinedAt).format('MM/DD/YYYY h:mm A')}
|
||||||
|
|||||||
Reference in New Issue
Block a user