diff --git a/src/structures/VoiceChannel.js b/src/structures/VoiceChannel.js index 9c643820d..4a4f6c253 100644 --- a/src/structures/VoiceChannel.js +++ b/src/structures/VoiceChannel.js @@ -10,6 +10,7 @@ class VoiceChannel extends ServerChannel { setup(data) { super.setup(data); this.bitrate = data.bitrate; + this.userLimit = data.user_limit; } }