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:
@@ -251,7 +251,7 @@ public class TriviaGame
|
||||
|
||||
var reward = _config.Trivia.CurrencyReward;
|
||||
if (reward > 0)
|
||||
await _cs.AddAsync(guildUser, "Won trivia", reward, true);
|
||||
await _cs.AddAsync(guildUser, reward, new("trivia", "win"));
|
||||
return;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user