Docs: add Discord MESSAGE_CONTENT intent step to Railway guide

This commit is contained in:
Vignesh Natarajan
2026-01-25 01:26:47 -08:00
parent d4f895d8f2
commit 9366cbc7db

View File

@@ -83,8 +83,9 @@ If Telegram DMs are set to pairing, the setup wizard can approve the pairing cod
1) Go to https://discord.com/developers/applications 1) Go to https://discord.com/developers/applications
2) **New Application** → choose a name 2) **New Application** → choose a name
3) **Bot** → **Add Bot** 3) **Bot** → **Add Bot**
4) Copy the **Bot Token** and paste into `/setup` 4) **Enable MESSAGE CONTENT INTENT** under Bot → Privileged Gateway Intents (required or the bot will crash on startup)
5) Invite the bot to your server (OAuth2 URL Generator; scopes: `bot`, `applications.commands`) 5) Copy the **Bot Token** and paste into `/setup`
6) Invite the bot to your server (OAuth2 URL Generator; scopes: `bot`, `applications.commands`)
## Backups & migration ## Backups & migration