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