mirror of
https://github.com/neongamerbot-qk/hackclub-nest
synced 2024-11-14 13:19:35 +00:00
enhancement(lint): Fix lint errors for hackclub-spotify-bot/README.md
Co-authored-by: NeonGamerBot-QK <saahilattud@gmail.com> Signed-off-by: zeon-neon[bot] <136533918+zeon-neon[bot]@users.noreply.github.com>
This commit is contained in:
parent
6ff90c7dbc
commit
7ae3e7b097
1 changed files with 36 additions and 35 deletions
|
@ -1,35 +1,36 @@
|
||||||
## Hackclub Community playlist
|
## Hackclub Community playlist
|
||||||
|
|
||||||
This is for the hackclub community to have a public playlist that they can contribute to.
|
This is for the hackclub community to have a public playlist that they can contribute to.
|
||||||
|
|
||||||
Slack bot manifest:
|
Slack bot manifest:
|
||||||
```
|
|
||||||
{
|
```
|
||||||
"display_information": {
|
{
|
||||||
"name": "Hackclub Spotify",
|
"display_information": {
|
||||||
},
|
"name": "Hackclub Spotify",
|
||||||
"features": {
|
},
|
||||||
"bot_user": {
|
"features": {
|
||||||
"display_name": "Hackclub Spotify",
|
"bot_user": {
|
||||||
"always_online": true
|
"display_name": "Hackclub Spotify",
|
||||||
}
|
"always_online": true
|
||||||
},
|
}
|
||||||
"oauth_config": {
|
},
|
||||||
"redirect_urls": [
|
"oauth_config": {
|
||||||
"https://<domain>/slack/callback"
|
"redirect_urls": [
|
||||||
],
|
"https://<domain>/slack/callback"
|
||||||
"scopes": {
|
],
|
||||||
"user": [
|
"scopes": {
|
||||||
"identity.avatar",
|
"user": [
|
||||||
"identity.basic",
|
"identity.avatar",
|
||||||
"identity.team"
|
"identity.basic",
|
||||||
]
|
"identity.team"
|
||||||
}
|
]
|
||||||
},
|
}
|
||||||
"settings": {
|
},
|
||||||
"org_deploy_enabled": false,
|
"settings": {
|
||||||
"socket_mode_enabled": false,
|
"org_deploy_enabled": false,
|
||||||
"token_rotation_enabled": false
|
"socket_mode_enabled": false,
|
||||||
}
|
"token_rotation_enabled": false
|
||||||
}
|
}
|
||||||
```
|
}
|
||||||
|
```
|
||||||
|
|
Loading…
Reference in a new issue