Update blackjack.py

This commit is contained in:
SpudGunMan
2025-10-19 20:25:36 -07:00
parent 5ecc563e96
commit d99698e7f3

View File

@@ -297,7 +297,7 @@ def playBlackJack(nodeID, message, last_cmd=None):
#resend the hand
msg += show_some(p_cards, d_cards, p_hand)
return msg
elif message.lower() == "blackjack":
elif "blackjack" in message.lower():
return f"\nTo place a bet, enter the amount you wish to wager."
else:
try: