mirror of
https://github.com/danbulant/discord.js
synced 2026-06-07 16:52:16 +00:00
Add userLimit param to voice channel
This commit is contained in:
parent
a2f8680514
commit
75e3ee86fb
1 changed files with 1 additions and 0 deletions
|
|
@ -10,6 +10,7 @@ class VoiceChannel extends ServerChannel {
|
||||||
setup(data) {
|
setup(data) {
|
||||||
super.setup(data);
|
super.setup(data);
|
||||||
this.bitrate = data.bitrate;
|
this.bitrate = data.bitrate;
|
||||||
|
this.userLimit = data.user_limit;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue