Slack bridge: Clarify config placeholder content.
This commit is contained in:
parent
1ca696e75b
commit
4e5e7b3d0f
|
@ -7,8 +7,8 @@ config = {
|
|||
"topic": "<- slack-bridge",
|
||||
},
|
||||
"slack": {
|
||||
"username": "slack username",
|
||||
"token": "slack token",
|
||||
"username": "slack_username",
|
||||
"token": "xoxb-your-slack-token",
|
||||
"channel": "C5Z5N7R8A -- must be channel id",
|
||||
},
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue