remove snowflake instances
This commit is contained in:
parent
004beb4955
commit
e66b6c0883
16 changed files with 97 additions and 149 deletions
|
@ -106,8 +106,7 @@ class Localuser{
|
|||
if(guild===undefined){
|
||||
continue;
|
||||
}
|
||||
const guildid=guild.snowflake;
|
||||
(this.guildids.get(guildid.id) as Guild).channelids[thing.channel_id].readStateInfo(thing);
|
||||
guild.channelids[thing.channel_id].readStateInfo(thing);
|
||||
}
|
||||
for(const thing of ready.d.relationships){
|
||||
const user=new User(thing.user,this);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue