Skip to content

Commit 58e0b3a

Browse files
htillycursoragent
andcommitted
docs: Improve Discord setup instructions with correct permissions
Co-authored-by: Cursor <cursoragent@cursor.com>
1 parent 036395a commit 58e0b3a

File tree

1 file changed

+23
-9
lines changed

1 file changed

+23
-9
lines changed

README.md

Lines changed: 23 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -161,27 +161,41 @@ After starting the container, access the setup wizard at:
161161

162162
🎛️ **[Soundcraft Ui24R Integration](docs/SOUNDCRAFT.md)** - Control mixer volume directly from Slack/Discord
163163

164-
### 🎮 Discord Invite Link
164+
### 🎮 Discord Setup
165165

166-
**Add SlackONOS to your Discord server:**
166+
**Create your Discord bot:**
167167

168168
1. Go to the [Discord Developer Portal](https://discord.com/developers/applications)
169-
2. Select your application
170-
3. Get your Client ID from the "OAuth2" section
171-
4. Use this invite link (replace `YOUR_CLIENT_ID`):
169+
2. Click **"New Application"** and give it a name
170+
3. Go to **Bot** → Click **"Add Bot"**
171+
4. Copy the **Token** (you'll need this for config)
172+
5. ⚠️ **Important:** Under **Privileged Gateway Intents**, enable **"Message Content Intent"**
173+
6. Go to **OAuth2** → Copy your **Client ID**
174+
175+
**Invite the bot to your server:**
176+
177+
Use this link (replace `YOUR_CLIENT_ID` with your actual Client ID):
172178

173179
```
174-
https://discord.com/oauth2/authorize?client_id=YOUR_CLIENT_ID&permissions=274878024768&scope=bot%20applications.commands
180+
https://discord.com/oauth2/authorize?client_id=YOUR_CLIENT_ID&permissions=330816&integration_type=0&scope=bot
175181
```
176182

177-
**Required Permissions:**
178-
- Read Messages/View Channels
183+
**Required Permissions (included in link):**
184+
- View Channels
179185
- Send Messages
180186
- Add Reactions
181187
- Read Message History
182188
- Use External Emojis
183189

184-
**💡 Tip:** After setup, use the `debug` command to get your bot's pre-configured invite link!
190+
**Configure SlackONOS:**
191+
```json
192+
{
193+
"discordToken": "YOUR_BOT_TOKEN",
194+
"discordChannels": ["your-channel-id-or-name"]
195+
}
196+
```
197+
198+
📖 **[Complete Discord Setup Guide](docs/discord/SETUP.md)** for detailed instructions
185199

186200
---
187201

0 commit comments

Comments
 (0)