mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-10 00:23:30 +01:00
Added startTyping stopTyping and added serverchannel.mention()
This commit is contained in:
@@ -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(){
|
||||
|
||||
Reference in New Issue
Block a user