Files
meow-bot/manifest.json
2025-12-10 20:58:48 +01:00

33 lines
682 B
JSON

{
"display_information": {
"name": "meow-bot"
},
"features": {
"app_home": {
"home_tab_enabled": false,
"messages_tab_enabled": true,
"messages_tab_read_only_enabled": false
},
"bot_user": {
"display_name": "meow-bot",
"always_online": true
}
},
"oauth_config": {
"scopes": {
"bot": ["channels:history", "chat:write", "im:history"]
}
},
"settings": {
"event_subscriptions": {
"bot_events": ["message.channels", "message.im"]
},
"interactivity": {
"is_enabled": true
},
"org_deploy_enabled": true,
"socket_mode_enabled": true,
"token_rotation_enabled": false
}
}