Skip to content

Commit e41b402

Browse files
chore: update discord urls (discordjs#400)
1 parent 6b003bd commit e41b402

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

guide/preparations/adding-your-bot-to-servers.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Before you're actually able to see your bot in your own (or other) servers, it n
99
The basic version of one such link looks like this:
1010

1111
```
12-
https://discordapp.com/oauth2/authorize?client_id=123456789012345678&scope=bot
12+
https://discord.com/oauth2/authorize?client_id=123456789012345678&scope=bot
1313
```
1414

1515
The structure of the url is quite simple:
@@ -28,7 +28,7 @@ If you get an error message saying "Bot requires a code grant", then head over i
2828

2929
## Creating and using your own invite link
3030

31-
As mentioned above, you'll need to replace the `client_id` parameter with your client's ID in order to generate your invite link. To find your app's ID, head back to the [My Apps](https://discordapp.com/developers/applications/me) page under the "Applications" section once again and click on your bot application.
31+
As mentioned above, you'll need to replace the `client_id` parameter with your client's ID in order to generate your invite link. To find your app's ID, head back to the [My Apps](https://discord.com/developers/applications/me) page under the "Applications" section once again and click on your bot application.
3232

3333
Insert your app's ID into the link template and then access it in your browser. You should see something like this (with your bot's username and avatar):
3434

0 commit comments

Comments
 (0)