Update mesh_bot.py

This commit is contained in:
SpudGunMan
2025-10-19 19:04:34 -07:00
parent 69a7082669
commit 731b48ad65

View File

@@ -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