Remind message embed reverted

This commit is contained in:
Kwoth 2016-12-14 19:40:45 +01:00
parent 4d2b8dbb9e
commit 9f5f53e1f5

View File

@ -74,7 +74,7 @@ namespace NadekoBot.Modules.Utility
if (ch == null) if (ch == null)
return; return;
await ch.SendConfirmAsync( await ch.SendMessageAsync(
replacements.Aggregate(RemindMessageFormat, replacements.Aggregate(RemindMessageFormat,
(cur, replace) => cur.Replace(replace.Key, replace.Value(r))) (cur, replace) => cur.Replace(replace.Key, replace.Value(r)))
.SanitizeMentions() .SanitizeMentions()