From 731b48ad659d62349acdf773223cacc3ac2be583 Mon Sep 17 00:00:00 2001 From: SpudGunMan Date: Sun, 19 Oct 2025 19:04:34 -0700 Subject: [PATCH] Update mesh_bot.py --- mesh_bot.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mesh_bot.py b/mesh_bot.py index 9723a14..3ddd520 100755 --- a/mesh_bot.py +++ b/mesh_bot.py @@ -883,7 +883,7 @@ def handleGolf(message, nodeID, deviceID): # create new player msg = f"Welcome to 🏌️GolfSim⛳️\n" - msg += f"Clubs: (D)river, (L)ow Iron, (M)id Iron, (H)igh Iron, (G)ap Wedge, Lob (W)edge\n" + msg += f"Clubs: (D)river, (L)ow Iron, (M)id Iron, (H)igh Iron, (G)ap Wedge, Lob (W)edge\n Or ask a (C)addie for help\n" msg += playGolf(nodeID=nodeID, message=message, last_cmd=last_cmd) return msg