docs(slack): set always online to true in example app manifest

This commit is contained in:
@zimeg
2026-04-03 13:15:31 -07:00
parent f59c52bc16
commit 8d557c19d5
3 changed files with 3 additions and 2 deletions

View File

@@ -34,7 +34,7 @@ function buildSlackManifest(botName: string) {
features: {
bot_user: {
display_name: safeName,
always_online: false,
always_online: true,
},
app_home: {
messages_tab_enabled: true,