This commit is contained in:
Kwoth
2021-10-09 19:55:19 +02:00
parent 0b395e9176
commit 02de25a931

View File

@@ -70,7 +70,7 @@ namespace NadekoBot.Common.Replacements
newF.Name = Replace(f.Name);
newF.Value = Replace(f.Value);
newF.Inline = f.Inline;
fields.Add(newF);g
fields.Add(newF);
}
newEmbedData.Fields = fields.ToArray();