mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-10 16:43:31 +01:00
serverchannel.toString() now returns mentionable
This commit is contained in:
@@ -62,7 +62,7 @@ class ServerChannel extends Channel{
|
||||
}
|
||||
|
||||
toString(){
|
||||
return this.name;
|
||||
return `<#${this.id}>`;
|
||||
}
|
||||
|
||||
setName(){
|
||||
|
||||
Reference in New Issue
Block a user