This commit is contained in:
Schuyler Cebulskie
2016-09-11 02:18:22 -04:00
parent 350c893ead
commit 272555d9ae

View File

@@ -324,7 +324,7 @@ class GuildMember {
* console.log(`Hello from ${member}!`);
*/
toString() {
return `<@${this.user.id}>`;
return String(this.user);
}
// These are here only for documentation purposes - they are implemented by TextBasedChannel