Skip to content
Snippets Groups Projects
Verified Commit b69068ff authored by Tamas Gal's avatar Tamas Gal :speech_balloon:
Browse files

Omit spawn message for the bot

parent 41c08a35
No related branches found
No related tags found
No related merge requests found
Pipeline #60627 passed
......@@ -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()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment