Skip to content

Update Slack Bot Scopes

なっかあ edited this page Aug 9, 2020 · 3 revisions

前提条件

  • 鳩bot v1.1からv2.0へアップグレードするユーザ向けの手順です。

手順

  1. Slack APIのページを開き、 Update your app’s scopes をクリックします。
  2. Step 1: Select bot token scopes で以下を選択します。
    • app_mentions:read
    • chat:write
    • files:write
    • users:read
  3. Step 2: Select user token scopes で以下を選択します。
    • chat:write
  4. Step 3: Verify your scope selections で選択したScopeにチェックが入っていることを確認します。
  5. Yes, migrate my app をクリックします。
  6. Reinstall App をクリックしAppをインストールしなおします。
  7. .envの SLACK_API_TOKEN にOAuth & Permissionsの Bot User OAuth Access Token の値を設定します。
  8. .envの SLACK_SIGNING_SECRET にBasic Informationの Signing Secret の値を設定します。
Clone this wiki locally