forked from rDrama/rDrama
1
0
Fork 0

small grammar change

master
Aevann1 2022-10-30 01:53:09 +02:00
parent cb8706ec6b
commit 47ac6e12db
1 changed files with 1 additions and 1 deletions

View File

@ -103,7 +103,7 @@ def pull_slots(v):
if success: if success:
return {"game_state": game_state, "gambler": {"coins": v.coins, "procoins": v.procoins}} return {"game_state": game_state, "gambler": {"coins": v.coins, "procoins": v.procoins}}
else: else:
abort(400, f"Wager must be more than 5 {currency}") abort(400, f"Wager must be 5 {currency} or more")
# 21 # 21