mirror of
https://gitlab.com/Kwoth/nadekobot.git
synced 2025-09-11 01:38:27 -04:00
Reworked currency service. Some features are missing
This commit is contained in:
@@ -71,7 +71,7 @@ public class ReactionEvent : ICurrencyEvent
|
||||
|
||||
try
|
||||
{
|
||||
await _cs.AddBulkAsync(toAward, toAward.Select(_ => "Reaction Event"), toAward.Select(_ => _amount), true);
|
||||
await _cs.AddBulkAsync(toAward, _amount, new("event", "reaction"));
|
||||
|
||||
if (_isPotLimited)
|
||||
await msg.ModifyAsync(m =>
|
||||
|
Reference in New Issue
Block a user