mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-10 00:23:30 +01:00
fixed references to update items
This commit is contained in:
@@ -29,6 +29,10 @@ export default class User extends Equality{
|
||||
}
|
||||
}
|
||||
|
||||
get name() {
|
||||
return this.username;
|
||||
}
|
||||
|
||||
mention(){
|
||||
return `<@${this.id}>`;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user