various fixes
This commit is contained in:
parent
302341bb99
commit
fa1db8cf5d
6 changed files with 65 additions and 6 deletions
|
@ -86,6 +86,9 @@ class Guild{
|
|||
if(json===-1){
|
||||
return;
|
||||
}
|
||||
if(json.stickers.length){
|
||||
console.log(json.stickers,":3")
|
||||
}
|
||||
this.emojis = json.emojis
|
||||
this.owner=owner;
|
||||
this.headers=this.owner.headers;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue