Skip to content

Commit

Permalink
Initial Setup: Remove "Add Bot" step and move intents setup (#53)
Browse files Browse the repository at this point in the history
  • Loading branch information
J-295 authored Feb 19, 2024
1 parent 0132ed7 commit 17cfc2c
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 13 deletions.
Binary file removed docs/images/create_bot.png
Binary file not shown.
Binary file removed docs/images/create_bot_confirm.png
Binary file not shown.
18 changes: 5 additions & 13 deletions docs/installation/initial-setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,11 @@

#### Create the Application
!!! note "Create a new application at https://discord.com/developers/applications/ by clicking `"New Application"`"
![create application](../images/create_application.png)
#### Create the bot
!!! note "Choose a cool name for your bot and click `Create`"
![create the bot](../images/create_bot.png)
#### Confirm the bot application
!!! note "Under the `Settings` tab, click `Bot`, then click `Add Bot` and confirm with `Yes, do it!`"
![confirm action](../images/create_bot_confirm.png)
![create application](../images/create_application.png)
#### Enable the Privileged Gateway Intents options
!!! note "Make sure to enable both the `SERVER MEMBERS INTENT` and `MESSAGE CONTENT INTENT` options shown in the video below to avoid running into issues with DiscordSRV later on."
![](../images/enable_all_intents.mp4)

---

### Starting up the bot
Expand All @@ -34,12 +32,6 @@

---

#### Enable the Privileged Gateway Intents options
!!! note "Make sure to enable both the `SERVER MEMBERS INTENT` and `MESSAGE CONTENT INTENT` options shown in the video below to avoid running into issues with DiscordSRV later on."
![](../images/enable_all_intents.mp4)

---

#### Paste the token into `config.yml`
```yaml
# config.yml Line 8
Expand Down

0 comments on commit 17cfc2c

Please sign in to comment.