diff --git a/docs/guides/getting_started/first-bot.md b/docs/guides/getting_started/first-bot.md index 622709eca..84d5da915 100644 --- a/docs/guides/getting_started/first-bot.md +++ b/docs/guides/getting_started/first-bot.md @@ -38,15 +38,18 @@ Bots **cannot** use invite links; they must be explicitly invited through the OAuth2 flow. 1. Open your bot's application on the [Discord Applications Portal]. -2. Retrieve the application's **Client ID**. +2. Navigate to `OAuth2 URL Generator` and click on `Generate OAuth2 URL`. - ![Step 2](images/intro-client-id.png) + ![Step 2](images/intro-generate-oauth.png) -3. Create an OAuth2 authorization URL +3. Select the permissions that you wish to assign your bot with. - - `https://discordapp.com/oauth2/authorize?client_id=&scope=bot` + > [!NOTE] + > This will assign the bot with a special "managed" role that no + > one else can use. The permissions can be changed later in the + > roles settings if you ever change your mind! -4. Open the authorization URL in your browser. +4. Open the generated authorization URL in your browser. 5. Select a server. 6. Click on authorize. diff --git a/docs/guides/getting_started/images/install-vs-nuget.png b/docs/guides/getting_started/images/install-vs-nuget.png index 64da79a9f..ecf627d11 100644 Binary files a/docs/guides/getting_started/images/install-vs-nuget.png and b/docs/guides/getting_started/images/install-vs-nuget.png differ diff --git a/docs/guides/getting_started/images/intro-client-id.png b/docs/guides/getting_started/images/intro-client-id.png deleted file mode 100644 index e370aa2ec..000000000 Binary files a/docs/guides/getting_started/images/intro-client-id.png and /dev/null differ diff --git a/docs/guides/getting_started/images/intro-create-app.png b/docs/guides/getting_started/images/intro-create-app.png index 7aceb84b4..94f229a73 100644 Binary files a/docs/guides/getting_started/images/intro-create-app.png and b/docs/guides/getting_started/images/intro-create-app.png differ diff --git a/docs/guides/getting_started/images/intro-create-bot.png b/docs/guides/getting_started/images/intro-create-bot.png index 0522358cf..cc4e55ec3 100644 Binary files a/docs/guides/getting_started/images/intro-create-bot.png and b/docs/guides/getting_started/images/intro-create-bot.png differ diff --git a/docs/guides/getting_started/installing.md b/docs/guides/getting_started/installing.md index c0980101e..b174a3829 100644 --- a/docs/guides/getting_started/installing.md +++ b/docs/guides/getting_started/installing.md @@ -40,7 +40,7 @@ Release builds of Discord.Net will be published to the Development builds of Discord.Net, as well as add-ons, will be published to our [MyGet feed]. -Direct feed link: `https://www.myget.org/F/discord-net/api/v3/index.json` +* Direct feed link: `https://www.myget.org/F/discord-net/api/v3/index.json` Not sure how to add a direct feed? See how [with Visual Studio] or [without Visual Studio].