mirror of
https://github.com/openclaw/openclaw.git
synced 2026-04-11 01:01:13 +00:00
docs(slack): set always online to true in example app manifest
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user