diff --git a/src/webpage/user.ts b/src/webpage/user.ts index 569f049..ba6fa27 100644 --- a/src/webpage/user.ts +++ b/src/webpage/user.ts @@ -559,7 +559,7 @@ class User extends SnowFlake { } get name() { - return this.username; + return this.relationshipType === 2 ? I18n.friends.bu() : this.username; } async resolvemember(guild: Guild): Promise { diff --git a/translations/en.json b/translations/en.json index df4c06f..c723bba 100644 --- a/translations/en.json +++ b/translations/en.json @@ -648,6 +648,7 @@ "friends": { "blocked": "Blocked", "blockedusers": "Blocked Users:", + "bu":"Blocked User", "addfriend": "Add Friend", "removeFriend": "Remove Friend", "addfriendpromt": "Add friends by username:",