mirror of
https://gitlab.com/Kwoth/nadekobot.git
synced 2025-09-10 17:28:27 -04:00
Typo
This commit is contained in:
@@ -70,7 +70,7 @@ namespace NadekoBot.Common.Replacements
|
|||||||
newF.Name = Replace(f.Name);
|
newF.Name = Replace(f.Name);
|
||||||
newF.Value = Replace(f.Value);
|
newF.Value = Replace(f.Value);
|
||||||
newF.Inline = f.Inline;
|
newF.Inline = f.Inline;
|
||||||
fields.Add(newF);g
|
fields.Add(newF);
|
||||||
}
|
}
|
||||||
|
|
||||||
newEmbedData.Fields = fields.ToArray();
|
newEmbedData.Fields = fields.ToArray();
|
||||||
|
Reference in New Issue
Block a user