Minor bug fix
This commit is contained in:
@@ -23,7 +23,7 @@ class dirrect extends guild{
|
|||||||
this.headchannels=this.channels;
|
this.headchannels=this.channels;
|
||||||
}
|
}
|
||||||
createChannelpac(JSON){
|
createChannelpac(JSON){
|
||||||
const thischannel=new group(JSON,owner);
|
const thischannel=new group(JSON,this);
|
||||||
this.channelids[JSON.id]=thischannel;
|
this.channelids[JSON.id]=thischannel;
|
||||||
this.channels.push(thischannel);
|
this.channels.push(thischannel);
|
||||||
this.calculateReorder();
|
this.calculateReorder();
|
||||||
|
Reference in New Issue
Block a user