-
-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
70c3de2
commit cec84a2
Showing
6 changed files
with
61 additions
and
32 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
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,18 @@ | ||
# Creating a bot application | ||
|
||
1. [Open the Discord developer portal](https://discord.com/developers/applications). | ||
2. Create a new application in the top right corner. | ||
3. Click add bot in the bot tab. | ||
4. Turn off public status in the bot tab: | ||
|
||
![Image showing a Discord selection box](img/botPublic.png) | ||
|
||
5. Turn on all intents in the bot tab: | ||
|
||
![Image showing a Discord selection box](img/botPage.png) | ||
|
||
4. Generate an invite link in the OAuth2 tab with the following scopes (bot permissions do not matter in this step): | ||
|
||
![Image showing a Discord selection box](img/botScopes.png) | ||
|
||
6. Invite the bot using the invite link generated at the bottom. |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.