Update pong_bot.py

This commit is contained in:
SpudGunMan
2024-07-09 14:00:51 -07:00
parent c22d032a83
commit 150b9fcc77
+1 -1
View File
@@ -30,7 +30,7 @@ except Exception as e:
print(f"System: Critical Error script abort. {e}")
exit()
def auto_response(message, snr, rssi, hop):
def auto_response(message, snr, rssi, hop, message_from_id):
# Auto response to messages
if "ping" in message.lower():
# Check if the user added @foo to the message