From 62569f355b79da3d411771c67f22e2945a717ffc 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:05 +0000 Subject: [PATCH] feat: enable always online bot users --- manifest.json | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/manifest.json b/manifest.json index d68bec1..ddfbf46 100644 --- a/manifest.json +++ b/manifest.json @@ -15,12 +15,19 @@ }, "oauth_config": { "scopes": { - "bot": ["channels:history", "chat:write", "im:history"] + "bot": [ + "channels:history", + "chat:write", + "im:history" + ] } }, "settings": { "event_subscriptions": { - "bot_events": ["message.channels", "message.im"] + "bot_events": [ + "message.channels", + "message.im" + ] }, "interactivity": { "is_enabled": true