mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-26 06:42:50 +02:00
Oops
This commit is contained in:
@@ -39,7 +39,7 @@ module.exports = class UserInfoCommand extends Command {
|
|||||||
.addField('❯ Server Join Date',
|
.addField('❯ Server Join Date',
|
||||||
moment(member.joinedTimestamp).format('MMMM Do YYYY h:mm:ss A'))
|
moment(member.joinedTimestamp).format('MMMM Do YYYY h:mm:ss A'))
|
||||||
.addField('❯ Status',
|
.addField('❯ Status',
|
||||||
statuses[status].text, true)
|
statuses[status], true)
|
||||||
.addField('❯ Playing',
|
.addField('❯ Playing',
|
||||||
member.user.presence.game ? member.user.presence.game.name : 'None', true)
|
member.user.presence.game ? member.user.presence.game.name : 'None', true)
|
||||||
.addField('❯ Highest Role',
|
.addField('❯ Highest Role',
|
||||||
|
|||||||
Reference in New Issue
Block a user