From b53c0cfe4f249e05893d3da3d56e5f5ab2fbeee9 Mon Sep 17 00:00:00 2001 From: SpudGunMan Date: Thu, 3 Oct 2024 16:38:49 -0700 Subject: [PATCH] =?UTF-8?q?more=20=F0=9F=90=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- mesh_bot.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mesh_bot.py b/mesh_bot.py index 7143ba5..b587d99 100755 --- a/mesh_bot.py +++ b/mesh_bot.py @@ -164,7 +164,7 @@ def handle_ping(message_from_id, deviceID, message, hop, snr, rssi, isDM): def handle_alertBell(message_from_id, deviceID, message): msg = "" - msg = "what this 🤖 needs is more 🐮🔔" + msg = "the only prescription is more 🐮🔔🐄🛎️" return msg def handle_motd(message, message_from_id, isDM):