From 547f0bb2a71d341bc5f00009b59ce76f8e8ef7a8 Mon Sep 17 00:00:00 2001 From: Thai Pangsakulyanont Date: Tue, 1 Apr 2025 19:09:39 +0700 Subject: [PATCH] Fix wrong bot event used in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e00ca96..3f7429b 100644 --- a/README.md +++ b/README.md @@ -93,7 +93,7 @@ Go to your [Slack App settings](https://api.slack.com/apps) - Under "Subscribe to bot events", add: - `app_mention` - `assistant_thread_started` - - `message:im` + - `message.im` > Remember to include `/api/events` in the Request URL.