diff --git a/slack_bot_setup.mdx b/slack_bot_setup.mdx index 72fb647..cf32276 100644 --- a/slack_bot_setup.mdx +++ b/slack_bot_setup.mdx @@ -92,8 +92,8 @@ settings: ``` 5. Click the **Create** button. -6. Generate an `App-level Token`, following the guide [here](https://api.slack.com/apis/connections/socket#token). -Add the `connections:write` scope to the app-level token and click **Generate**. +6. Generate an `App-level Token`; Under **Basic Information**, scroll to the **App-level tokens** section and click the button to generate an **App-level token**. ([learn more](https://api.slack.com/apis/connections/socket#token)) +
Add the `connections:write` scope to the app-level token and click **Generate**. Copy this somewhere safe for now, as you will need this later to initiate the Web Socket-based connection to Slack. 7. In the app page, navigate to the **OAuth & Permissions** tab under the **Features** header. 8. Under **OAuth Tokens for Your Workspace**, select `Install to Workspace` and Allow the app.