Remind message embed reverted
This commit is contained in:
parent
4d2b8dbb9e
commit
9f5f53e1f5
@ -74,7 +74,7 @@ namespace NadekoBot.Modules.Utility
|
||||
if (ch == null)
|
||||
return;
|
||||
|
||||
await ch.SendConfirmAsync(
|
||||
await ch.SendMessageAsync(
|
||||
replacements.Aggregate(RemindMessageFormat,
|
||||
(cur, replace) => cur.Replace(replace.Key, replace.Value(r)))
|
||||
.SanitizeMentions()
|
||||
|
Loading…
Reference in New Issue
Block a user