Skip to content

Commit

Permalink
fix: 删除年度报告中多余的换行
Browse files Browse the repository at this point in the history
  • Loading branch information
b11p committed Dec 4, 2024
1 parent d0fb564 commit 2724c9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Bleatingsheep.NewHydrant.Bot.Public/Osu/Yearly/MyYearly.cs
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ public async Task ProcessAsync(MessageContext context, HttpApiClient api)
{
// first response
var frsb = new StringBuilder();
frsb.AppendLine($"\r\n{userInfo.Name}。当前模式:{_mode},数据始于{snap.Date.ToOffset(_timeZone):M月d日},完整度:{playList.Count}/{currentPC - startPC}。");
frsb.AppendLine($"{userInfo.Name}。当前模式:{_mode},数据始于{snap.Date.ToOffset(_timeZone):M月d日},完整度:{playList.Count}/{currentPC - startPC}。");
{
// days played
(int days, int totalDays) = GetPlayedDays();
Expand Down

0 comments on commit 2724c9c

Please sign in to comment.