From d99698e7f35034073a9ea4cc85adcf03e08fdd91 Mon Sep 17 00:00:00 2001 From: SpudGunMan Date: Sun, 19 Oct 2025 20:25:36 -0700 Subject: [PATCH] Update blackjack.py --- modules/games/blackjack.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/games/blackjack.py b/modules/games/blackjack.py index 5170e2c..2c33802 100644 --- a/modules/games/blackjack.py +++ b/modules/games/blackjack.py @@ -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: