slot max bet increased to 9999
This commit is contained in:
parent
59f0fb56e2
commit
655b98d16d
@ -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);
|
||||
|
@ -21,7 +21,7 @@ namespace NadekoBot.Services.Impl
|
||||
private const string _currencyImagesPath = _basePath + "currency";
|
||||
private const string _diceImagesPath = _basePath + "dice";
|
||||
|
||||
private const string _slotBackgroundPath = _basePath + "slots/background.png";
|
||||
private const string _slotBackgroundPath = _basePath + "slots/background2.png";
|
||||
private const string _slotNumbersPath = _basePath + "slots/numbers/";
|
||||
private const string _slotEmojisPath = _basePath + "slots/emojis/";
|
||||
|
||||
|
BIN
src/NadekoBot/data/images/slots/background2.png
Normal file
BIN
src/NadekoBot/data/images/slots/background2.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 101 KiB |
Loading…
Reference in New Issue
Block a user