This commit is contained in:
Master Kwoth 2017-11-05 20:58:04 +01:00
commit 1e81186f70

View File

@ -297,7 +297,7 @@ namespace NadekoBot.Modules.Gambling
}
else
{
str += GetText("br_win", (amount * _bc.BotConfig.Betroll100Multiplier) + CurrencySign, 100) + " 👑";
str += GetText("br_win", (amount * _bc.BotConfig.Betroll100Multiplier) + CurrencySign, 99) + " 👑";
await _cs.AddAsync(Context.User, "Betroll Gamble",
(int) (amount * _bc.BotConfig.Betroll100Multiplier), false).ConfigureAwait(false);
}