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: