mirror of
https://gitlab.com/Kwoth/nadekobot.git
synced 2025-09-10 17:28:27 -04:00
Fixed field not preserving inline after string replacements. closes #308
This commit is contained in:
@@ -69,7 +69,8 @@ namespace NadekoBot.Common.Replacements
|
||||
var newF = new SmartTextEmbedField();
|
||||
newF.Name = Replace(f.Name);
|
||||
newF.Value = Replace(f.Value);
|
||||
fields.Add(newF);
|
||||
newF.Inline = f.Inline;
|
||||
fields.Add(newF);g
|
||||
}
|
||||
|
||||
newEmbedData.Fields = fields.ToArray();
|
||||
|
Reference in New Issue
Block a user