mirror of
https://github.com/csd4ni3l/meow-bot.git
synced 2026-01-01 04:23:49 +01:00
Initial commit with meow and quack stuff
This commit is contained in:
32
manifest.json
Normal file
32
manifest.json
Normal file
@@ -0,0 +1,32 @@
|
||||
{
|
||||
"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
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user