mirror of
https://github.com/danbulant/discord.js
synced 2026-06-09 17:52:55 +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}!`);
|
* console.log(`Hello from ${member}!`);
|
||||||
*/
|
*/
|
||||||
toString() {
|
toString() {
|
||||||
return `<@${this.user.id}>`;
|
return String(this.user);
|
||||||
}
|
}
|
||||||
|
|
||||||
// These are here only for documentation purposes - they are implemented by TextBasedChannel
|
// These are here only for documentation purposes - they are implemented by TextBasedChannel
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue