From 0e8bb197a9a54e360fdf71d8a9a78198964674c3 Mon Sep 17 00:00:00 2001 From: SpudGunMan Date: Tue, 7 Oct 2025 13:59:49 -0700 Subject: [PATCH] Update mesh_bot.py --- mesh_bot.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mesh_bot.py b/mesh_bot.py index ab18a65..aef19d8 100755 --- a/mesh_bot.py +++ b/mesh_bot.py @@ -971,7 +971,7 @@ def handle_messages(message, deviceID, channel_number, msg_history, publicChanne if msgH[2] == channel_number or msgH[2] == publicChannel: response += f"\n{msgH[0]}: {msgH[1]}" if len(response) > 0: - return "Message History:" + response + return "📨Messages:" + response else: return "No messages in history"