diff --git a/src/structures/Guild.js b/src/structures/Guild.js index 6f86dc14a..df18ea347 100644 --- a/src/structures/Guild.js +++ b/src/structures/Guild.js @@ -394,7 +394,7 @@ class Guild extends Base { * @readonly */ get voice() { - return this.me ? this.me.voice : null; + return this.voiceStates.get(this.client.user.id); } /**