From 9c9271c9819b0fda7e5a834ef66345a84c9abfe0 Mon Sep 17 00:00:00 2001 From: "Builder.io" Date: Wed, 5 Nov 2025 16:34:05 +0000 Subject: [PATCH] Update prerequisites and configuration steps cgen-ce8c79ba6a834e19be3dc2f95f30fb23 --- DISCORD_SETUP.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/DISCORD_SETUP.md b/DISCORD_SETUP.md index 223a6223..a5cbbc6f 100644 --- a/DISCORD_SETUP.md +++ b/DISCORD_SETUP.md @@ -14,7 +14,8 @@ AeThex can now be embedded as a Discord Activity, allowing users to access the f - **Discord Application ID**: `578971245454950421` - **Discord Client Secret** (from Discord Developer Portal) -- **Deployed Application URL** (for OAuth redirect URI) +- **Discord Public Key** (from Discord Developer Portal) +- **Deployed Application URL**: `https://aethex.dev` ## Configuration Steps @@ -22,11 +23,10 @@ AeThex can now be embedded as a Discord Activity, allowing users to access the f 1. Go to [Discord Developer Portal](https://discord.com/developers/applications) 2. Open your application (ID: `578971245454950421`) -3. Navigate to **OAuth2 > General** -4. Copy your **Client Secret** and save it securely -5. Add Redirect URIs: - - `https://your-domain.com/discord/callback` (for standard OAuth) - - `https://your-domain.com` (for Activity context) +3. Navigate to **General Information** +4. Copy your **Public Key** and **Client Secret** and save them securely +5. Go to **OAuth2 > General** and add Redirect URI: + - `https://aethex.dev/discord/callback` ### 2. Environment Variables