From 5213c985066eced2846d3cb95893116e695887ad Mon Sep 17 00:00:00 2001 From: "exe.dev user" Date: Wed, 6 May 2026 11:13:23 +0000 Subject: [PATCH] setup: correct Slack member-ID card directions MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Slack's profile button is in the bottom-left of the desktop sidebar (not the top-right), and the "More" overflow icon next to "Copy member ID" is the vertical kebab `⋮`, not the horizontal `⋯`. Match what users actually see in Slack. Co-Authored-By: Claude Opus 4.7 (1M context) --- setup/channels/slack.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup/channels/slack.ts b/setup/channels/slack.ts index 0918075..f2c9a82 100644 --- a/setup/channels/slack.ts +++ b/setup/channels/slack.ts @@ -308,9 +308,9 @@ async function collectSlackUserId(): Promise { [ "To get your Slack member ID:", '', - ' 1. In Slack, click your profile picture (top right)', + ' 1. In Slack, click your profile picture (bottom left)', ' 2. Click "Profile"', - ' 3. Click the three dots (⋯) → "Copy member ID"', + ' 3. Click the three dots (⋮) → "Copy member ID"', ].join('\n'), 'Find your Slack user ID', );