This commit is contained in:
Aevann1 2022-01-27 23:26:20 +02:00
parent 0732faecb7
commit a16c4b37a9
2 changed files with 4 additions and 3 deletions

View file

@ -8,7 +8,7 @@ def shuffle(stuff):
class Slots:
command_word = "!slots"
casino_word = "!casino"
minimum_bet = 5
minimum_bet = 100
maximum_bet = INFINITY
payout_to_symbols = {
2: ["👣", "🍀", "🌈", "⭐️"],