cosmetic shit

remotes/1693045480750635534/spooky-22
Aevann1 2022-09-08 17:45:10 +02:00
parent f4e4ff3839
commit f23912bc5b
3 changed files with 5 additions and 7 deletions

View File

@ -78,8 +78,6 @@ if SITE_NAME == 'rDrama':
"uss liberty incident": "tragic accident aboard the USS Liberty",
"lavon affair": "Lavon Misunderstanding",
"shylock": "Israeli friend",
"mohammad": "Prophet Muhammad (ﷺ)",
"muhammad": "Prophet Muhammad (ﷺ)",
"i hate marsey": "i love marsey",
"dancing israelis": "i love Israel",
"sodomite": "total dreamboat",

View File

@ -48,7 +48,7 @@ def pull_slots(v):
if success:
return {"game_state": game_state, "gambler": { "coins": v.coins, "procoins": v.procoins }}
else:
return {"error": "Wager must be more than 100 {currency}."}
return {"error": f"Wager must be more than 5 {currency}."}
@app.get("/casino/blackjack/status")

View File

@ -41,8 +41,8 @@
id="casinoSlotsBet"
class="form-control"
autocomplete="off"
value="100"
min="100"
value="5"
min="5"
step="1"
aria-label="Bet"
name="casinoSlotsBet"
@ -171,8 +171,8 @@
id="casinoBlackjackBet"
class="form-control"
autocomplete="off"
value="100"
min="100"
value="5"
min="5"
step="1"
aria-label="Bet"
name="casinoBlackjackBet"