Update mesh_bot.py

ok enough
This commit is contained in:
SpudGunMan
2024-10-03 16:41:27 -07:00
parent b53c0cfe4f
commit 97660d7b2d
+2 -3
View File
@@ -163,9 +163,8 @@ def handle_ping(message_from_id, deviceID, message, hop, snr, rssi, isDM):
return msg
def handle_alertBell(message_from_id, deviceID, message):
msg = ""
msg = "the only prescription is more 🐮🔔🐄🛎️"
return msg
msg = ["the only prescription is more 🐮🔔🐄🛎️", "what this 🤖 needs is more 🐮🔔🐄🛎️", "🎤ring my bell🛎️🔔🎶"]
return random.choice(msg)
def handle_motd(message, message_from_id, isDM):
global MOTD