Updated Slack bot setup (markdown)

Wim 2020-02-10 00:36:08 +01:00
parent e98d3a1bfe
commit 85921035b7

@ -3,7 +3,8 @@
### Contents ### Contents
[Bot-based Setup](#bot-based-setup)<br/> [Bot-based Setup](#bot-based-setup)<br/>
[Legacy Setup](#legacy-setup) [Legacy Setup](#legacy-setup)<br/>
[Issues](#issues)
--- ---
@ -85,3 +86,10 @@ Steps to follow:
The token will look something like ```xoxp-123456789-LowerAndUPpercase```. The token will look something like ```xoxp-123456789-LowerAndUPpercase```.
3. Use the obtained token in your configuration file for the channel setup as in the example above. 3. Use the obtained token in your configuration file for the channel setup as in the example above.
# Issues
If you get the message: `ERROR slack: Connection failed "not_allowed_token_type" &errors.errorString{s:"not_allowed_token_type"}`
For more information look at https://github.com/slackapi/node-slack-sdk/issues/921#issuecomment-570662540 and https://github.com/nlopes/slack/issues/654 and our issue https://github.com/42wim/matterbridge/issues/964