-
Notifications
You must be signed in to change notification settings - Fork 3
Update Slack Bot Scopes
なっかあ edited this page Aug 9, 2020
·
3 revisions
- 鳩bot v1.1からv2.0へアップグレードするユーザ向けの手順です。
- Slack APIのページを開き、
Update your app’s scopes
をクリックします。 -
Step 1: Select bot token scopes
で以下を選択します。- app_mentions:read
- chat:write
- files:write
- users:read
-
Step 2: Select user token scopes
で以下を選択します。- chat:write
-
Step 3: Verify your scope selections
で選択したScopeにチェックが入っていることを確認します。 -
Yes, migrate my app
をクリックします。 -
Reinstall App
をクリックしAppをインストールしなおします。 - .envの
SLACK_API_TOKEN
にOAuth & PermissionsのBot User OAuth Access Token
の値を設定します。 - .envの
SLACK_SIGNING_SECRET
にBasic InformationのSigning Secret
の値を設定します。