small patches
This commit is contained in:
parent
66a13c3407
commit
c890856ce3
7 changed files with 8 additions and 8 deletions
|
@ -92,7 +92,7 @@ class Group extends Channel{
|
|||
this.user=this.localuser.user;
|
||||
}
|
||||
this.name??=this.localuser.user.username;
|
||||
this.parent_id=null;
|
||||
this.parent_id=undefined;
|
||||
this.parent=null;
|
||||
this.children=[];
|
||||
this.guild_id="@me";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue