Update README and correct comment
This commit is contained in:
@@ -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=[];
|
||||
|
Reference in New Issue
Block a user