Skip to content

Instantly share code, notes, and snippets.

@peterfoxflick
Last active August 29, 2023 20:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save peterfoxflick/7b220bae551607b2564bb5c976244b48 to your computer and use it in GitHub Desktop.
Save peterfoxflick/7b220bae551607b2564bb5c976244b48 to your computer and use it in GitHub Desktop.
{
"display_information": {
"name": "Round Robin",
"description": "Everyone gets a turn.",
"background_color": "#007e8c"
},
"features": {
"bot_user": {
"display_name": "Round Robin",
"always_online": false
}
},
"oauth_config": {
"scopes": {
"bot": [
"channels:read",
"chat:write",
"groups:read",
"users:read",
"users:read.email"
]
}
},
"settings": {
"org_deploy_enabled": false,
"socket_mode_enabled": false,
"token_rotation_enabled": false
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment