diff --git a/src/structures/GuildMember.js b/src/structures/GuildMember.js index eb42730c9..9875705f5 100644 --- a/src/structures/GuildMember.js +++ b/src/structures/GuildMember.js @@ -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