Update README and correct comment

This commit is contained in:
MathMan05 2024-05-27 20:27:07 -05:00
parent f01c75d73c
commit 10f8d8ccda
2 changed files with 3 additions and 1 deletions

View file

@ -10,3 +10,5 @@ Guild with more info and updates:
https://dev.app.spacebar.chat/invite/WOVGtp
Please report bugs either here or in the guild provided, thank you.
I'm new to git/github, so please be patient with me, it's my first time. if there's anything about this repo that's incorrect, please add an issue telling me what it is, or make a merge fixing it

View file

@ -24,7 +24,7 @@ class localuser{
}
for(const thing of ready.d.read_state.entries){
console.log(thing)
const guildid=this.resolveGuildidFromChannelID(thing.id).id;//currently needed due to broken server code, remove once id is the guild id
const guildid=this.resolveGuildidFromChannelID(thing.id).id;
this.guildids[guildid].channelids[thing.channel_id].readStateInfo(thing);
}
this.typing=[];