mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-10 00:23:30 +01:00
More things
This commit is contained in:
@@ -62,6 +62,10 @@ class ServerChannel extends Channel{
|
||||
toString(){
|
||||
return this.name;
|
||||
}
|
||||
|
||||
setName(){
|
||||
return this.client.setChannelName.apply(this.client, reg(this, arguments));
|
||||
}
|
||||
}
|
||||
|
||||
module.exports = ServerChannel;
|
||||
Reference in New Issue
Block a user