various improvements and fixes
fixes a DM bug, and improves mention handling
This commit is contained in:
parent
a22c2f10c0
commit
127a9e8250
6 changed files with 84 additions and 34 deletions
|
@ -551,6 +551,9 @@ class Localuser{
|
|||
user.relationshipType = temp.d.type;
|
||||
this.inrelation.add(user);
|
||||
this.relationshipsUpdate();
|
||||
const me=this.guildids.get("@me");
|
||||
if(!me)break;
|
||||
me.unreads();
|
||||
break;
|
||||
}
|
||||
case "RELATIONSHIP_REMOVE":{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue