From b95707490356e2ce3ac7131796904d08b48201f6 Mon Sep 17 00:00:00 2001 From: Kazuhiro Sera Date: Tue, 25 Oct 2022 10:12:35 +0900 Subject: [PATCH] Update index.md --- docs/index.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/index.md b/docs/index.md index f5a8d892..570471f9 100644 --- a/docs/index.md +++ b/docs/index.md @@ -18,6 +18,10 @@ your very own scriptable, pluggable bot. quicker and easier. It's an application you host on a server that uses the Slack platform and behaves however you script it to. +### Important Notice + +**This project is no longer under active development.** If you’re just getting started, we recommend taking a look at [Bolt for JS with Socket Mode](https://slack.dev/bolt-js/concepts#socket-mode) first. If you’ve been using this project, only critical issues (such as severe security issues) will be addressed, but we advise planning to migrate to the newer SDK. + ## Basic Setup To get started, you'll need [Node.js](https://nodejs.org/en/) installed.