slot max bet increased to 9999
This commit is contained in:
@@ -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);
|
||||
|
Reference in New Issue
Block a user