diff --git a/src/NadekoBot/Common/Replacements/Replacer.cs b/src/NadekoBot/Common/Replacements/Replacer.cs index 9d066cdbf..f1de1dd6e 100644 --- a/src/NadekoBot/Common/Replacements/Replacer.cs +++ b/src/NadekoBot/Common/Replacements/Replacer.cs @@ -53,6 +53,7 @@ namespace NadekoBot.Common.Replacements newEmbedData.Title = Replace(embedData.Title); newEmbedData.Thumbnail = Replace(embedData.Thumbnail); newEmbedData.Image = Replace(embedData.Image); + newEmbedData.Url = Replace(embedData.Url); if (embedData.Author != null) { newEmbedData.Author = new SmartTextEmbedAuthor();