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