Skip to content

Instantly share code, notes, and snippets.

@KyMidd
Created November 25, 2024 00:50
Show Gist options
  • Select an option

  • Save KyMidd/e6590d4f3c12e6ea9a36057538bebbd2 to your computer and use it in GitHub Desktop.

Select an option

Save KyMidd/e6590d4f3c12e6ea9a36057538bebbd2 to your computer and use it in GitHub Desktop.
{
"display_information": {
"name": "MyDevOpsBot"
},
"features": {
"bot_user": {
"display_name": "MyDevOpsBot",
"always_online": false
}
},
"oauth_config": {
"scopes": {
"bot": [
"app_mentions:read",
"channels:history",
"chat:write",
"groups:history",
"im:history",
"im:read",
"links:read"
]
}
},
"settings": {
"event_subscriptions": {
"bot_events": [
"app_mention",
"message.im"
]
},
"interactivity": {
"is_enabled": true
},
"org_deploy_enabled": false,
"socket_mode_enabled": true,
"token_rotation_enabled": false
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment