mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-09 16:13:31 +01:00
More things
This commit is contained in:
@@ -101,6 +101,10 @@ var ServerChannel = (function (_Channel) {
|
||||
return this.name;
|
||||
};
|
||||
|
||||
ServerChannel.prototype.setName = function setName() {
|
||||
return this.client.setChannelName.apply(this.client, reg(this, arguments));
|
||||
};
|
||||
|
||||
return ServerChannel;
|
||||
})(Channel);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user