Skip to content
This repository was archived by the owner on Jun 17, 2024. It is now read-only.
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions docs/readme-slack.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ The `config` argument is an object with these properties:
| disable_startup_messages | Boolean | Disable start up messages, like: `"Initializing Botkit vXXX"`
| clientSigningSecret | String | Value of signing secret from Slack used to confirm source of incoming messages
| clientVerificationToken | String | [Deprecated](https://api.slack.com/docs/verifying-requests-from-slack#about) Value of verification token from Slack used to confirm source of incoming messages
| oauthVersion | String | Which version of Slack's oauth protocol to use, `v1` or `v2`. Defaults to `v1`.
For example:

```javascript
Expand Down