From 7cade1506a5e8376e12e732c52eff9e9a735f38a Mon Sep 17 00:00:00 2001 From: SpudGunMan Date: Tue, 2 Jul 2024 14:21:52 -0700 Subject: [PATCH] =?UTF-8?q?=F0=9F=A5=94?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- mesh_bot.py | 2 +- pong_bot.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/mesh_bot.py b/mesh_bot.py index 8e2ca95..7361558 100755 --- a/mesh_bot.py +++ b/mesh_bot.py @@ -64,7 +64,7 @@ def auto_response(message, snr, rssi, hop, message_from_id): elif "testing" in message.lower(): bot_response = "Testing 1,2,3" elif "pong" in message.lower(): - bot_response = "PING!!" + bot_response = "🏓PING!!" elif "motd" in message.lower(): #check if the user wants to set the motd by using $ if "$" in message: diff --git a/pong_bot.py b/pong_bot.py index 156eab4..5557002 100755 --- a/pong_bot.py +++ b/pong_bot.py @@ -51,7 +51,7 @@ def auto_response(message, snr, rssi, hop): elif "testing" in message.lower(): bot_response = "Testing 1,2,3" elif "pong" in message.lower(): - bot_response = "P-I-N-G!!" + bot_response = "🏓Ping!!" elif "motd" in message.lower(): # check if the user wants to set the motd by using $ if "$" in message: