change: .bsreset price reduced 10x

This commit is contained in:
Kwoth
2024-11-12 10:48:03 +00:00
parent 7eb4895570
commit 1631394638

View File

@@ -8,7 +8,7 @@ namespace NadekoBot.Modules.Gambling.Services;
public sealed class UserBetStatsService : INService public sealed class UserBetStatsService : INService
{ {
private const long RESET_MIN_PRICE = 1000; private const long RESET_MIN_PRICE = 1000;
private const decimal RESET_TOTAL_MULTIPLIER = 0.02m; private const decimal RESET_TOTAL_MULTIPLIER = 0.002m;
private readonly DbService _db; private readonly DbService _db;
private readonly ICurrencyService _cs; private readonly ICurrencyService _cs;