Bug fixes, blocking and various other changes

This commit is contained in:
MathMan05
2024-08-21 11:37:26 -05:00
parent 42a438f6dc
commit dbee2f3628
22 changed files with 679 additions and 370 deletions

View File

@@ -95,6 +95,11 @@ class Localuser{
const guildid=guild.snowflake;
(this.guildids.get(guildid.id) as Guild).channelids[thing.channel_id].readStateInfo(thing);
}
for(const thing of ready.d.relationships){
const user=new User(thing.user,this);
user.nickname=thing.nickname;
user.relationshipType=thing.type;
}
}
outoffocus():void{
const servers=document.getElementById("servers") as HTMLDivElement;