diff --git a/src/structures/ClientUser.js b/src/structures/ClientUser.js index 4e4d18cc7..3900945a9 100644 --- a/src/structures/ClientUser.js +++ b/src/structures/ClientUser.js @@ -130,7 +130,7 @@ class ClientUser extends User { let game = this.localPresence.game; let afk = this.localPresence.afk || this.presence.afk; - if (!game) { + if (!game && this.presence.game) { game = { name: this.presence.game.name, type: this.presence.game.type,