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

@ -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=[];