From 9366cbc7db8e2d53d25e426ae7079549011166a6 Mon Sep 17 00:00:00 2001 From: Vignesh Natarajan Date: Sun, 25 Jan 2026 01:26:47 -0800 Subject: [PATCH] Docs: add Discord MESSAGE_CONTENT intent step to Railway guide --- docs/railway.mdx | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/railway.mdx b/docs/railway.mdx index 26840c99e..808416f50 100644 --- a/docs/railway.mdx +++ b/docs/railway.mdx @@ -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 2) **New Application** → choose a name 3) **Bot** → **Add Bot** -4) Copy the **Bot Token** and paste into `/setup` -5) Invite the bot to your server (OAuth2 URL Generator; scopes: `bot`, `applications.commands`) +4) **Enable MESSAGE CONTENT INTENT** under Bot → Privileged Gateway Intents (required or the bot will crash on startup) +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