diff --git a/src/structures/GuildMember.js b/src/structures/GuildMember.js index ea4ddab8e02d..8046b981b503 100644 --- a/src/structures/GuildMember.js +++ b/src/structures/GuildMember.js @@ -65,7 +65,7 @@ class GuildMember extends Base { get speaking() { return this.voiceChannel && this.voiceChannel.connection ? Boolean(this.voiceChannel.connection._speaking.get(this.id)) : - undefined; + null; } _patch(data) {