mirror of
https://github.com/danbulant/discord.js
synced 2026-05-25 04:52:22 +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) {
|
||||
super.setup(data);
|
||||
this.bitrate = data.bitrate;
|
||||
this.userLimit = data.user_limit;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue