- Removed some duplicated code from custom reactions

- CREmbed completely removed and replaced by SmartText
This commit is contained in:
Kwoth
2021-07-12 03:02:38 +02:00
parent 9f6cbe0929
commit 0b71e9c28f
5 changed files with 20 additions and 273 deletions

View File

@@ -429,7 +429,7 @@ namespace NadekoBot.Modules.CustomReactions.Services
}
}
var sentMsg = await cr.Send(msg, _client, _eb, false).ConfigureAwait(false);
var sentMsg = await cr.Send(msg, _client, false).ConfigureAwait(false);
var reactions = cr.GetReactions();
foreach (var reaction in reactions)