Skip to content

Commit b9afaf7

Browse files
authored
Merge pull request #640 from Krish-bhardwaj/main
Resource Suggestion: #639 solved
2 parents 899c304 + cf6e15f commit b9afaf7

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

pydis_site/apps/content/resources/guides/pydis-guides/contributing/setting-test-server-and-bot-account.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,11 @@ icon: fab fa-discord
1818
4. Change your bot's `Public Bot` setting off so only you can invite it, save, and then get your **Bot Token** with the `Copy` button.
1919
> **Note:** **DO NOT** post your bot token anywhere public, or it can and will be compromised.
2020
5. Save your **Bot Token** somewhere safe to use in the project settings later.
21-
6. In the `General Information` tab, grab the **Client ID**.
21+
6. In the `OAuth2` tab, grab the **Client ID**.
2222
7. Replace `<CLIENT_ID_HERE>` in the following URL and visit it in the browser to invite your bot to your new test server.
2323
```plaintext
2424
https://discordapp.com/api/oauth2/authorize?client_id=<CLIENT_ID_HERE>&permissions=8&scope=bot
2525
```
26-
Optionally, you can generate your own invite url in the `OAuth` tab, after selecting `bot` as the scope.
27-
2826
---
2927

3028
## Obtain the IDs

0 commit comments

Comments
 (0)