From 97660d7b2d1f83e4a52172a02801be7dcb7f2166 Mon Sep 17 00:00:00 2001 From: SpudGunMan Date: Thu, 3 Oct 2024 16:41:27 -0700 Subject: [PATCH] Update mesh_bot.py ok enough --- mesh_bot.py | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/mesh_bot.py b/mesh_bot.py index b587d99..6658f8c 100755 --- a/mesh_bot.py +++ b/mesh_bot.py @@ -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