Merge pull request #2300 from alipgoldberg/setup/slack-member-id-card

setup: correct Slack member-ID card directions
This commit is contained in:
gavrielc
2026-05-08 20:14:27 +03:00
committed by GitHub

View File

@@ -317,9 +317,9 @@ async function collectSlackUserId(): Promise<string> {
[
"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',
);