diff --git a/commands/userinfo/userinfo.js b/commands/userinfo/userinfo.js index 7b004492..f4d40767 100644 --- a/commands/userinfo/userinfo.js +++ b/commands/userinfo/userinfo.js @@ -61,7 +61,7 @@ module.exports = class UserInfoCommand extends commando.Command { color = 0x808080; break; } - let userGame = user.presence.game; + let userGame = user.presence.game.name; if (!user.presence.game) { userGame = "None"; }