From 763003bd7d6a3f4eaccd06af6874dc6b71aa1148 Mon Sep 17 00:00:00 2001 From: Ariel Rin Date: Sun, 9 Oct 2022 17:41:41 +1000 Subject: [PATCH] Clarify new discord developers layout --- docs/features/services/discord.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/features/services/discord.md b/docs/features/services/discord.md index 8ff6802b..9c1011bc 100644 --- a/docs/features/services/discord.md +++ b/docs/features/services/discord.md @@ -65,9 +65,9 @@ On the application summary page, press Create a Bot User. Update your auth project's settings file with these pieces of information from the summary page: -- From the App Details panel, `DISCORD_APP_ID` is the Client/Application ID -- From the App Details panel, `DISCORD_APP_SECRET` is the Secret -- From the App Bot Users panel, `DISCORD_BOT_TOKEN` is the Token +- From the General Information panel, `DISCORD_APP_ID` is the Client/Application ID +- From the OAuth2 > General panel, `DISCORD_APP_SECRET` is the Client Secret +- From the Bot panel, `DISCORD_BOT_TOKEN` is the Token ### Preparing Auth