fix TS errors
This commit is contained in:
parent
4e0fa3fdbb
commit
6a7a7a15e4
9 changed files with 20 additions and 16 deletions
|
@ -17,6 +17,8 @@ class Emoji{
|
|||
get guild(){
|
||||
if(this.owner instanceof Guild){
|
||||
return this.owner;
|
||||
}else{
|
||||
return undefined;
|
||||
}
|
||||
}
|
||||
get localuser(){
|
||||
|
@ -121,6 +123,7 @@ class Emoji{
|
|||
return e.arrayBuffer();
|
||||
})
|
||||
.then(e=>{
|
||||
console.log(e);
|
||||
Emoji.decodeEmojiList(e);
|
||||
});
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue