fix TS errors

This commit is contained in:
MathMan05 2024-09-19 14:53:54 -05:00
parent 4e0fa3fdbb
commit 6a7a7a15e4
9 changed files with 20 additions and 16 deletions

View file

@ -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);
});
}