diff --git a/DEPLOYMENT.md b/DEPLOYMENT.md index bf0c5ec..6af7b41 100644 --- a/DEPLOYMENT.md +++ b/DEPLOYMENT.md @@ -1,8 +1,8 @@ ## Installation -To integrate your bot with Slack, you must first create a new [Slack App](https://api.slack.com/apps). +To integrate your bot with Slack, you must first create a new [Classic Slack App](https://api.slack.com/authentication/migration#classic) and a [legacy bot](https://api.slack.com/legacy/custom-integrations/bot-users). -![](screenshots/create-app.png) +![](screenshots/create-classic-app.png) ### Environment diff --git a/screenshots/create-app.png b/screenshots/create-app.png deleted file mode 100644 index 29810ac..0000000 Binary files a/screenshots/create-app.png and /dev/null differ diff --git a/screenshots/create-classic-app.png b/screenshots/create-classic-app.png new file mode 100644 index 0000000..df0c93f Binary files /dev/null and b/screenshots/create-classic-app.png differ