From b69068ff7495af0e9092a2f1eb01b6eeefeb672a Mon Sep 17 00:00:00 2001 From: Tamas Gal <himself@tamasgal.com> Date: Thu, 23 Jan 2025 11:17:48 +0100 Subject: [PATCH] Omit spawn message for the bot --- backend/scripts/chatbot.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/scripts/chatbot.py b/backend/scripts/chatbot.py index afa9117..993d71c 100755 --- a/backend/scripts/chatbot.py +++ b/backend/scripts/chatbot.py @@ -229,7 +229,7 @@ def run(): print("Running the monitoring bot system") bot = spawn_bot() register_handlers(bot) - bot.send_message("ChatBot (re)started. I am up and running!", CHANNEL_ID) +# bot.send_message("ChatBot (re)started. I am up and running!", CHANNEL_ID) bot.run() -- GitLab