mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-11 09:03:29 +01:00
serverchannel.toString() now returns mentionable
This commit is contained in:
@@ -100,7 +100,7 @@ var ServerChannel = (function (_Channel) {
|
||||
};
|
||||
|
||||
ServerChannel.prototype.toString = function toString() {
|
||||
return this.name;
|
||||
return "<#" + this.id + ">";
|
||||
};
|
||||
|
||||
ServerChannel.prototype.setName = function setName() {
|
||||
|
||||
Reference in New Issue
Block a user