various improvements and fixes

fixes a DM bug, and improves mention handling
This commit is contained in:
MathMan05 2024-12-09 14:51:24 -06:00
parent a22c2f10c0
commit 127a9e8250
6 changed files with 84 additions and 34 deletions

View file

@ -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":{