updateRole and deleteInvite

This commit is contained in:
abalabahaha
2015-11-19 09:40:15 -08:00
parent e08c10507d
commit 224cca1e31
33 changed files with 190 additions and 70 deletions

View File

@@ -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));
}