From 157a940c70755a09251607c27b20d97672cd8b6c Mon Sep 17 00:00:00 2001 From: "slack-samples[bot]" <169401055+slack-samples[bot]@users.noreply.github.com> Date: Wed, 27 May 2026 21:32:36 +0000 Subject: [PATCH] feat: enable always online bot users --- manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.json b/manifest.json index 0371923..bd4d1db 100644 --- a/manifest.json +++ b/manifest.json @@ -11,7 +11,7 @@ }, "bot_user": { "display_name": "Bolt Python AI Agent", - "always_online": false + "always_online": true }, "assistant_view": { "assistant_description": "Hi, I am an agent built using Bolt for Python. I am here to help you out!",