update manifest for mentions which dont work yet, fix up MEOW_PHRASES, add httpcats, make the blocks modular and have their functions, add not-working catgif command, use threading and reply to status codes with httpcats

This commit is contained in:
csd4ni3l
2025-12-11 19:11:02 +01:00
parent 471d5cf901
commit 94cbdb9307
2 changed files with 130 additions and 58 deletions

View File

@@ -15,12 +15,12 @@
},
"oauth_config": {
"scopes": {
"bot": ["channels:history", "chat:write", "im:history"]
"bot": ["channels:history", "chat:write", "im:history", "app_mentions:read"]
}
},
"settings": {
"event_subscriptions": {
"bot_events": ["message.channels", "message.im"]
"bot_events": ["message.channels", "message.im", "app_mention"]
},
"interactivity": {
"is_enabled": true