From 1e211e918c295aed304896a0f586c65a5cec7f67 Mon Sep 17 00:00:00 2001 From: Daniel Odendahl Jr Date: Fri, 9 Jun 2017 01:01:17 +0000 Subject: [PATCH] Oops --- commands/userinfo/user-info.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commands/userinfo/user-info.js b/commands/userinfo/user-info.js index d5888384..64feb340 100644 --- a/commands/userinfo/user-info.js +++ b/commands/userinfo/user-info.js @@ -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',