mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-10 08:33:30 +01:00
updateRole and deleteInvite
This commit is contained in:
@@ -60,7 +60,7 @@ class ServerChannel extends Channel{
|
||||
permsOf(user){
|
||||
return this.permissionsOf(user);
|
||||
}
|
||||
|
||||
|
||||
mention(){
|
||||
return `<#${this.id}>`;
|
||||
}
|
||||
@@ -68,7 +68,7 @@ class ServerChannel extends Channel{
|
||||
toString(){
|
||||
return this.mention();
|
||||
}
|
||||
|
||||
|
||||
setName(){
|
||||
return this.client.setChannelName.apply(this.client, reg(this, arguments));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user