This commit is contained in:
Daniel Odendahl Jr
2017-06-09 01:01:17 +00:00
parent fb5c016444
commit 1e211e918c
+1 -1
View File
@@ -39,7 +39,7 @@ module.exports = class UserInfoCommand extends Command {
.addField(' Server Join Date',
moment(member.joinedTimestamp).format('MMMM Do YYYY h:mm:ss A'))
.addField(' Status',
statuses[status].text, true)
statuses[status], true)
.addField(' Playing',
member.user.presence.game ? member.user.presence.game.name : 'None', true)
.addField(' Highest Role',