mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-10 08:33:30 +01:00
Added channel toString
This commit is contained in:
@@ -34,7 +34,7 @@ class Channel {
|
||||
}
|
||||
|
||||
toString(){
|
||||
return "#" + this.name;
|
||||
return "<#" + this.id + ">";
|
||||
}
|
||||
|
||||
get isPrivate(){
|
||||
|
||||
Reference in New Issue
Block a user