mirror of
https://github.com/csd4ni3l/meow-bot.git
synced 2026-01-01 04:23:49 +01:00
33 lines
755 B
JSON
33 lines
755 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", "app_mentions:read", "reactions:read", "reactions:write"]
|
|
}
|
|
},
|
|
"settings": {
|
|
"event_subscriptions": {
|
|
"bot_events": ["message.channels", "message.im", "app_mention"]
|
|
},
|
|
"interactivity": {
|
|
"is_enabled": true
|
|
},
|
|
"org_deploy_enabled": true,
|
|
"socket_mode_enabled": true,
|
|
"token_rotation_enabled": false
|
|
}
|
|
}
|