diff --git a/src/structures/VoiceChannel.js b/src/structures/VoiceChannel.js index 3ad79269c..f8b11bff3 100644 --- a/src/structures/VoiceChannel.js +++ b/src/structures/VoiceChannel.js @@ -20,7 +20,7 @@ class VoiceChannel extends BaseGuildVoiceChannel { * The camera video quality mode of the channel. * @type {?VideoQualityMode} */ - this.videoQualityMode = VideoQualityModes[data.videoQualityMode]; + this.videoQualityMode = VideoQualityModes[data.video_quality_mode]; } else { this.videoQualityMode ??= null; }