mirror of
https://github.com/neongamerbot-qk/hackclub-nest
synced 2024-11-14 21:19:36 +00:00
7ae3e7b097
Co-authored-by: NeonGamerBot-QK <saahilattud@gmail.com> Signed-off-by: zeon-neon[bot] <136533918+zeon-neon[bot]@users.noreply.github.com>
36 lines
786 B
Markdown
36 lines
786 B
Markdown
## Hackclub Community playlist
|
|
|
|
This is for the hackclub community to have a public playlist that they can contribute to.
|
|
|
|
Slack bot manifest:
|
|
|
|
```
|
|
{
|
|
"display_information": {
|
|
"name": "Hackclub Spotify",
|
|
},
|
|
"features": {
|
|
"bot_user": {
|
|
"display_name": "Hackclub Spotify",
|
|
"always_online": true
|
|
}
|
|
},
|
|
"oauth_config": {
|
|
"redirect_urls": [
|
|
"https://<domain>/slack/callback"
|
|
],
|
|
"scopes": {
|
|
"user": [
|
|
"identity.avatar",
|
|
"identity.basic",
|
|
"identity.team"
|
|
]
|
|
}
|
|
},
|
|
"settings": {
|
|
"org_deploy_enabled": false,
|
|
"socket_mode_enabled": false,
|
|
"token_rotation_enabled": false
|
|
}
|
|
}
|
|
```
|