fixed bug
This commit is contained in:
@@ -4,10 +4,10 @@ class dirrect extends guild{
|
|||||||
this.message_notifications=0;
|
this.message_notifications=0;
|
||||||
console.log(JSON);
|
console.log(JSON);
|
||||||
this.owner=owner;
|
this.owner=owner;
|
||||||
this.headers=this.localuser.headers;
|
|
||||||
if(!this.localuser){
|
if(!this.localuser){
|
||||||
console.error("Owner was not included, please fix")
|
console.error("Owner was not included, please fix")
|
||||||
}
|
}
|
||||||
|
this.headers=this.localuser.headers;
|
||||||
this.channels=[];
|
this.channels=[];
|
||||||
this.channelids={};
|
this.channelids={};
|
||||||
this.id="@me";
|
this.id="@me";
|
||||||
|
Reference in New Issue
Block a user