various updates
This commit is contained in:
parent
164aa48ea4
commit
cd15064d3a
16 changed files with 312 additions and 150 deletions
|
@ -138,6 +138,9 @@ class User extends SnowFlake {
|
|||
get localuser() {
|
||||
return this.owner;
|
||||
}
|
||||
get name() {
|
||||
return this.username;
|
||||
}
|
||||
constructor(userjson, owner, dontclone = false) {
|
||||
super(userjson.id);
|
||||
this.owner = owner;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue