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