typing out a lot of the JSON

This commit is contained in:
MathMan05 2024-07-26 16:31:27 -05:00
parent 514f81ee8b
commit 58b79be7f2
19 changed files with 359 additions and 44 deletions

View file

@ -69,7 +69,7 @@ class User{
}
}
async resolvemember(guild:Guild){
await Member.resolve(this,guild);
return await Member.resolve(this,guild);
}
buildpfp(){
const pfp=document.createElement('img');