slot max bet increased to 9999

This commit is contained in:
Kwoth
2017-03-21 13:12:47 +01:00
parent 59f0fb56e2
commit 655b98d16d
3 changed files with 2 additions and 2 deletions

View File

@@ -145,7 +145,7 @@ namespace NadekoBot.Modules.Gambling
return;
}
if (amount > 999)
if (amount > 9999)
{
GetText("slot_maxbet", 999 + CurrencySign);
await ReplyErrorLocalized("max_bet_limit", 999 + CurrencySign).ConfigureAwait(false);