mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-10 08:33:30 +01:00
Add userLimit param to voice channel
This commit is contained in:
@@ -10,6 +10,7 @@ class VoiceChannel extends ServerChannel {
|
||||
setup(data) {
|
||||
super.setup(data);
|
||||
this.bitrate = data.bitrate;
|
||||
this.userLimit = data.user_limit;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user