Remind message embed reverted
This commit is contained in:
parent
4d2b8dbb9e
commit
9f5f53e1f5
@ -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()
|
||||||
|
Loading…
Reference in New Issue
Block a user