Update mesh_bot.py

This commit is contained in:
SpudGunMan
2024-10-08 23:23:57 -07:00
parent 6e4979df44
commit 26df351edf
+1 -1
View File
@@ -54,7 +54,7 @@ def auto_response(message, snr, rssi, hop, pkiStatus, message_from_id, channel_n
"motd": lambda: handle_motd(message, message_from_id, isDM),
"ping": lambda: handle_ping(message_from_id, deviceID, message, hop, snr, rssi, isDM),
"playuno": lambda: handleUno(message, message_from_id, deviceID),
"pong": lambda: "🏓PING!!",
"pong": lambda: "🏓PING!!🛜",
"repeaterlist": lambda: handle_repeaterQuery(message_from_id, deviceID, channel_number),
"sitrep": lambda: handle_lheard(message, message_from_id, deviceID, isDM),
"solar": lambda: drap_xray_conditions() + "\n" + solar_conditions(),