bots are not friendly

This commit is contained in:
MathMan05 2025-01-16 23:46:38 -06:00
parent ebe6c5aae3
commit 7ed14dbb18

View file

@ -212,7 +212,8 @@ class User extends SnowFlake {
visable: function () {
return (
(this.relationshipType === 0 || this.relationshipType === 3) &&
this.id !== this.localuser.user.id
this.id !== this.localuser.user.id &&
!this.bot
);
},
icon: {