Added startTyping stopTyping and added serverchannel.mention()

This commit is contained in:
hydrabolt
2015-11-19 16:33:25 +00:00
parent 0fdcf827d0
commit c74b5dbd3f
7 changed files with 185 additions and 56 deletions

View File

@@ -60,9 +60,13 @@ class ServerChannel extends Channel{
permsOf(user){
return this.permissionsOf(user);
}
mention(){
return `<#${this.id}>`;
}
toString(){
return `<#${this.id}>`;
return this.mention();
}
setName(){