Initial commit with meow and quack stuff

This commit is contained in:
csd4ni3l
2025-12-10 20:58:48 +01:00
commit a1a2020ea5
10 changed files with 1003 additions and 0 deletions

32
manifest.json Normal file
View 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
}
}