mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-11 00:53:31 +01:00
Added channel toString
This commit is contained in:
@@ -64,7 +64,7 @@ var Channel = (function () {
|
||||
}, {
|
||||
key: "toString",
|
||||
value: function toString() {
|
||||
return "#" + this.name;
|
||||
return "<#" + this.id + ">";
|
||||
}
|
||||
}, {
|
||||
key: "client",
|
||||
|
||||
Reference in New Issue
Block a user