mirror of
https://github.com/System-End/nephthys.git
synced 2026-04-19 19:45:12 +00:00
* Update readme re tags and stale * Enable messages tab for the Slack app This makes tags actually function as intended
73 lines
No EOL
2.2 KiB
YAML
73 lines
No EOL
2.2 KiB
YAML
{
|
|
"display_information": {
|
|
"name": "helper heidi",
|
|
"description": "helping you make your summer (and my partner proud)",
|
|
"background_color": "#c47600"
|
|
},
|
|
"features": {
|
|
"app_home": {
|
|
"home_tab_enabled": true,
|
|
"messages_tab_enabled": true,
|
|
"messages_tab_read_only_enabled": true
|
|
},
|
|
"bot_user": {
|
|
"display_name": "helper heidi",
|
|
"always_online": false
|
|
},
|
|
"slash_commands": [
|
|
{
|
|
"command": "/dm-magic-link",
|
|
"url": "https://nephthys.hackclub.com/slack/events",
|
|
"description": "Send a magic login link to a user",
|
|
"usage_hint": "<@user>",
|
|
"should_escape": true
|
|
}
|
|
]
|
|
},
|
|
"oauth_config": {
|
|
"scopes": {
|
|
"user": [
|
|
"chat:write"
|
|
],
|
|
"bot": [
|
|
"channels:history",
|
|
"channels:read",
|
|
"chat:write",
|
|
"chat:write.customize",
|
|
"chat:write.public",
|
|
"commands",
|
|
"groups:history",
|
|
"groups:read",
|
|
"groups:write",
|
|
"im:write",
|
|
"mpim:read",
|
|
"reactions:read",
|
|
"reactions:write",
|
|
"usergroups:read",
|
|
"usergroups:write",
|
|
"users:read",
|
|
"users:read.email"
|
|
]
|
|
}
|
|
},
|
|
"settings": {
|
|
"event_subscriptions": {
|
|
"request_url": "https://nephthys.hackclub.com/slack/events",
|
|
"bot_events": [
|
|
"app_home_opened",
|
|
"member_joined_channel",
|
|
"member_left_channel",
|
|
"message.channels",
|
|
"message.groups"
|
|
]
|
|
},
|
|
"interactivity": {
|
|
"is_enabled": true,
|
|
"request_url": "https://nephthys.hackclub.com/slack/events",
|
|
"message_menu_options_url": "https://nephthys.hackclub.com/slack/events"
|
|
},
|
|
"org_deploy_enabled": false,
|
|
"socket_mode_enabled": false,
|
|
"token_rotation_enabled": false
|
|
}
|
|
} |