mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-09 16:13:31 +01:00
fixed references to update items
This commit is contained in:
@@ -104,6 +104,11 @@ var User = (function (_Equality) {
|
||||
return _Constants.Endpoints.AVATAR(this.id, this.avatar);
|
||||
}
|
||||
}
|
||||
}, {
|
||||
key: "name",
|
||||
get: function get() {
|
||||
return this.username;
|
||||
}
|
||||
}]);
|
||||
|
||||
return User;
|
||||
|
||||
Reference in New Issue
Block a user