diff --git a/modules/games/lemonade.py b/modules/games/lemonade.py index cbe5f9a..6c34979 100644 --- a/modules/games/lemonade.py +++ b/modules/games/lemonade.py @@ -561,7 +561,7 @@ def start_lemonade(nodeID, message, celsius=False): weeks.current = weeks.current + 1 - msg += f"Play another week🄤? 'end' to end game" + msg += f"Play another week🄤? or (E)nd Game" saveValues() return msg