Update README and correct comment
This commit is contained in:
parent
f01c75d73c
commit
10f8d8ccda
2 changed files with 3 additions and 1 deletions
|
@ -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
|
||||
|
|
|
@ -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=[];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue