fix corrupted save data embed field formatting

This commit is contained in:
13xforever
2025-09-16 00:38:28 +05:00
parent fc67a7b399
commit 08e52957e9

View File

@@ -689,8 +689,9 @@ internal static partial class LogParserResult
if (section.Length + 3 > EmbedPager.MaxFieldLength)
{
section.Length = EmbedPager.MaxFieldLength - 4;
section.Append("…```");
section.Append('…');
}
section.Append("```");
builder.AddField(
$"Corrupted save data (x{badSavePaths.Length})",
section.ToString()