Skip to content

Commit 92bd0bf

Browse files
committed
docs: added example of external program, altered some more wording
1 parent 7042080 commit 92bd0bf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docpages/make_a_bot/token.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ In this panel, you can get your bot token by clicking "Reset Token". A bot token
1818

1919
\warning **Do not share this token** with anybody! If you ever somehow compromise your current bot token or see your bot in danger, you can regenerate the token in the panel.
2020

21-
\note This token can only be seen once (when you generate a new one). We highly recommend that, if you're going to be reusing your token, you store it in a VERY safe place (something like a password manager).
21+
\note This token can only be seen once. We highly recommend that, if you're going to be reusing your token, you store it in a VERY safe place (like a password manager).
2222

2323
## Adding the Bot to Your Server
2424

@@ -33,7 +33,7 @@ That's because you've created a bot application, but it's not on any server righ
3333
\image html create_application_navigate_to_url_generator.png
3434
3. Select the `bot` scope.
3535

36-
\note For bots, you ONLY need the `bot` scope, nearly all of the other scopes are related to applications (external programs that communicate with Discord). Whilst you could also select `applications.commands`, the `bot` scope will include this silently. You can read more about scopes and which you need for your application [here](https://discord.com/developers/docs/topics/oauth2#shared-resources-oauth2-scopes).
36+
\note For bots, you ONLY need the `bot` scope, nearly all of the other scopes are related to non-bot applications (external programs that communicate with Discord, such as Logitech G Hub). Whilst you can also select the `applications.commands` scope, the `bot` scope will automatically include this silently. You can read more about scopes and which ones you might need for your application [here](https://discord.com/developers/docs/topics/oauth2#shared-resources-oauth2-scopes).
3737

3838
4. Choose the permissions required for your bot to function in the "Bot Permissions" section.
3939
5. Copy and paste the resulting URL in your browser. Choose a server to invite the bot to, and click "Authorize".

0 commit comments

Comments
 (0)