Skip to content
This repository has been archived by the owner on Aug 28, 2024. It is now read-only.

Commit

Permalink
Merge branch 'ArchiDog1998:main' into TestBranch
Browse files Browse the repository at this point in the history
  • Loading branch information
BrakusTapus authored Nov 21, 2023
2 parents 96756a0 + d18945a commit 7dda987
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions RotationSolver/Updaters/SocialUpdater.cs
Original file line number Diff line number Diff line change
Expand Up @@ -293,7 +293,7 @@ public override SeString GetMessage() =>
Character
.Append(new SeString(new TextPayload($"({name}) is one of the authors of ")))
.Append(RotationSolver)
.Append(new SeString(new TextPayload(". So say hello to him/her!")));
.Append(new SeString(new TextPayload(". So say hello to them!")));
}


Expand All @@ -307,7 +307,7 @@ public override SeString GetMessage() =>
Character
.Append(new SeString(new TextPayload($" is one of the contributors of ")))
.Append(RotationSolver)
.Append(new SeString(new TextPayload(". So say hello to him/her!")));
.Append(new SeString(new TextPayload(". So say hello to them!")));
}

internal class UserChatEntity : ChatEntity
Expand All @@ -322,6 +322,6 @@ public override SeString GetMessage() =>
Character
.Append(new SeString(new TextPayload($" is one of the users of ")))
.Append(RotationSolver)
.Append(new SeString(new TextPayload(". So say hello to him/her!")));
.Append(new SeString(new TextPayload(". So say hello to them!")));
}
}
}

0 comments on commit 7dda987

Please sign in to comment.