diff --git a/src/structures/VoiceChannel.js b/src/structures/VoiceChannel.js index 2bc565d8b..162e715f3 100644 --- a/src/structures/VoiceChannel.js +++ b/src/structures/VoiceChannel.js @@ -72,7 +72,7 @@ class VoiceChannel extends GuildChannel { * .catch(console.error); */ setBitrate(bitrate) { - return this.rest.client.rest.methods.updateChannel(this, { bitrate }); + return this.client.rest.methods.updateChannel(this, { bitrate }); } /**