mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-09 16:13:31 +01:00
@@ -38,7 +38,7 @@ var VoiceChannel = (function (_ServerChannel) {
|
||||
};
|
||||
|
||||
VoiceChannel.prototype.setUserLimit = function setUserLimit() {
|
||||
return this.client.setChannelUserLimit.apply(this.client, [this, arguments]);
|
||||
return this.client.setChannelUserLimit.apply(this.client, _UtilArgumentRegulariser.reg(this, arguments));
|
||||
};
|
||||
|
||||
VoiceChannel.prototype.setBitrate = function setBitrate() {
|
||||
|
||||
Reference in New Issue
Block a user