mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-10 16:43:31 +01:00
@@ -18,7 +18,7 @@ export default class VoiceChannel extends ServerChannel{
|
||||
}
|
||||
|
||||
setUserLimit() {
|
||||
return this.client.setChannelUserLimit.apply(this.client, [this, arguments]);
|
||||
return this.client.setChannelUserLimit.apply(this.client, reg(this, arguments));
|
||||
}
|
||||
|
||||
setBitrate() {
|
||||
|
||||
Reference in New Issue
Block a user