This repository was archived by the owner on Feb 12, 2021. It is now read-only.
forked from bugladen/NadekoBot
-
Notifications
You must be signed in to change notification settings - Fork 36
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Move instructions for create and invite bot to their own page
- Loading branch information
1 parent
ed47652
commit e26fc5a
Showing
7 changed files
with
35 additions
and
29 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
#### Creating the Discord Bot application | ||
|
||
This document aims to guide you through the process of creating a Discord account for your bot (the Discord Bot application), and inviting that account into your Discord server. | ||
|
||
 | ||
|
||
- Go to [the Discord developer application page][DiscordApp]. | ||
- Log in with your Discord account. | ||
- Create an application. | ||
- On the **General Information** tab, fill out the `Name` field (it's your app's name) | ||
- Upload an image if you want and add an app description. **(Optional)** | ||
- Go to the **Bot** tab on the left sidebar. | ||
- Click on the `Add a Bot` button and confirm that you do want to add a bot to this app. | ||
|
||
#### Inviting your bot to your server | ||
|
||
 | ||
|
||
- On the **General Information** tab, copy your `Client ID` from your [applications page][DiscordApp]. | ||
- Replace the **`12345678`** in this link: | ||
`https://discordapp.com/oauth2/authorize?client_id=`**`12345678`**`&scope=bot&permissions=66186303` with your `Client ID`. | ||
- The link should now look like this: | ||
`https://discordapp.com/oauth2/authorize?client_id=`**`YOUR_CLIENT_ID_HERE`**`&scope=bot&permissions=66186303` | ||
- Access that newly created link, pick your Discord server, click `Authorize` and confirm with the captcha at the end. | ||
- The bot should have been added to your server. | ||
|
||
[Google Console]: https://console.developers.google.com | ||
[DiscordApp]: https://discordapp.com/developers/applications/me | ||
[Invite Guide]: https://tukimoop.pw/s/guide.html |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters