From 7ed14dbb189b8ecf7d5131576ae38318975a6ef7 Mon Sep 17 00:00:00 2001 From: MathMan05 Date: Thu, 16 Jan 2025 23:46:38 -0600 Subject: [PATCH] bots are not friendly --- src/webpage/user.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/webpage/user.ts b/src/webpage/user.ts index 1fce045..ec0f127 100644 --- a/src/webpage/user.ts +++ b/src/webpage/user.ts @@ -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: {