diff --git a/src/NadekoBot/Common/Replacements/Replacer.cs b/src/NadekoBot/Common/Replacements/Replacer.cs index d80f43674..a3e35d4bc 100644 --- a/src/NadekoBot/Common/Replacements/Replacer.cs +++ b/src/NadekoBot/Common/Replacements/Replacer.cs @@ -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();