mirror of
https://github.com/csd4ni3l/meow-bot.git
synced 2026-01-01 04:23:49 +01:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user