mirror of
https://github.com/RPCS3/discord-bot.git
synced 2026-01-31 01:25:22 +01:00
fix corrupted save data embed field formatting
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user