fixed bug
This commit is contained in:
parent
c60ce8cd99
commit
cd9b22d084
1 changed files with 1 additions and 1 deletions
|
@ -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";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue