Update mesh_bot.py

This commit is contained in:
SpudGunMan
2025-10-19 19:05:23 -07:00
parent 731b48ad65
commit 02dd64382d
+1 -1
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 Or ask a (C)addie for help\n"
msg += f"Clubs: (D)river, (L)ow Iron, (M)id Iron, (H)igh Iron, (G)ap Wedge, Lob (W)edge (C)addie\n"
msg += playGolf(nodeID=nodeID, message=message, last_cmd=last_cmd)
return msg