mirror of
https://github.com/danbulant/discord.js
synced 2026-05-25 13:02:38 +00:00
Better.
This commit is contained in:
parent
350c893ead
commit
272555d9ae
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue