From 8dd3a25b5244202c856faf289cf12afa34c57f7d Mon Sep 17 00:00:00 2001 From: Adarnof Date: Thu, 22 Feb 2018 18:50:59 -0500 Subject: [PATCH] Remove mentions of no longer used invite code. --- docs/installation/services/discord.md | 8 -------- 1 file changed, 8 deletions(-) diff --git a/docs/installation/services/discord.md b/docs/installation/services/discord.md index 5f06db94..2228a455 100644 --- a/docs/installation/services/discord.md +++ b/docs/installation/services/discord.md @@ -12,7 +12,6 @@ In your auth project's settings file, do the following: # Discord Configuration DISCORD_GUILD_ID = '' - DISCORD_INVITE_CODE = '' DISCORD_CALLBACK_URL = '' DISCORD_APP_ID = '' DISCORD_APP_SECRET = '' @@ -34,13 +33,6 @@ with a server ID of `120631096835571712` Update your auth project's settings file, inputting the server ID as `DISCORD_GUILD_ID` -### Generating an Invite -Still on the Discord site, in your new server, an invite needs to be generated for users to join. If you with for users to initially join a different channel than `#general`, create it and follow the steps below, substituting this channel for `#general`. - -On the left bar under the Text Channels heading, hover over `#general` on the right site. There are two icons, a box with an arrow and a gear. Press the box, then on the bottom left select Advanced Settings. Set the expiration to never, and no limit on uses. Press generate. - -This returns a code that looks like `https://discord.gg/0fmA8MyXV6qt7XAZ`. The part after the last slash, `0fmA8MyXV6qt7XAZ`, is the invite code. Update your auth project's settings file, inputting this invite code as `DISCORD_INVITE_CODE` - ### Registering an Application Navigate to the [Discord Developers site.](https://discordapp.com/developers/applications/me) Press the plus sign to create a new application.