From 1c46f7269830c3c73d079622be41b2864f996bad Mon Sep 17 00:00:00 2001 From: Chris Bobbe Date: Mon, 24 May 2021 14:14:21 -0400 Subject: [PATCH] A few wording tweaks for precision. --- Slack-bot-setup.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Slack-bot-setup.md b/Slack-bot-setup.md index db162be..0a37534 100644 --- a/Slack-bot-setup.md +++ b/Slack-bot-setup.md @@ -14,13 +14,13 @@ Slack's model for bot users and other third-party integrations revolves around S Slack Docs: [Bot user tokens](https://api.slack.com/docs/token-types#bot) ## Create the **classic** Slack App -> **It's important you create a classic app, slack changed the permission model, make sure you don't switch to granular permissions** +> **It's important that you create a "Slack App (Classic)". Don't use the "Create New App" button, and don't opt in to the "granular permissions" feature.** -1. Navigate to [your Apps page](https://api.slack.com/apps?new_classic_app=1). You'll need to be logged in with an account that has administrative permissions over the Slack Workspace (server) that you want to sync with Matterbridge. +1. Navigate to ["Your Apps" page](https://api.slack.com/apps) and log into an account that has administrative permissions over the Slack Workspace (server) that you want to sync with Matterbridge. ![Slack's App page](https://github.com/42wim/matterbridge/blob/master/img/slack-setup-app-page.png) -2. Use [_**THIS LINK**_](https://api.slack.com/apps?new_classic_app=1) to create a classic app and fill in the app's name and select the right Slack Workspace before validating. :warning: _**USE THE LINK AND DON'T CLICK THE "Create App" BUTTON**_. +2. Use [_**THIS LINK**_](https://api.slack.com/apps?new_classic_app=1) to create a "Slack App (Classic)". Choose any name for your app and select the desired workspace before submitting. :warning: _**USE THE LINK AND DON'T CLICK THE "Create New App" BUTTON**_. ![Create a Slack App](https://github.com/42wim/matterbridge/blob/master/img/slack-setup-create-app.png)