Skip to content

Commit 93f5602

Browse files
authored
Update index.md
1 parent 3d5e5eb commit 93f5602

File tree

1 file changed

+10
-6
lines changed

1 file changed

+10
-6
lines changed

index.md

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ Paste your token that you copied here:
4343

4444
### Step 2 - Inviting Your Discord Bot
4545

46-
Click on the following invite link to invite your bot and follow the Discord prompt. All permissions excepted for **Administrator** is <u>required</u>! We recommend allowing **Administrator** if you struggle with Discord's permission system.
46+
Click on the following invite link to invite your bot and follow the Discord prompt. All permissions except for **Administrator** is <u>required</u>! We recommend allowing **Administrator** if you struggle with Discord's permission system.
4747

4848
**Invite link:** <a target="_blank" rel="noopener" id="invitelink">Invalid</a>
4949
(If you don't see an invite link or it says invalid, or if the link doesn't work, then it means you didn't input your token correctly on the previous step, or your browser is out of date. [Click here](/get-invite.html) to manually make an invite link.)
@@ -64,19 +64,23 @@ Please enter the ID of your server. If you're unsure where to find the server ID
6464

6565
### Step 4 - Creating a MongoDB Database
6666

67-
Modmail supports MongoDB, and you are required to provide a MongoDB connection string for your bot. [MongoDB Atlas](https://www.mongodb.com/cloud/atlas){: target="_blank" rel="noopener"} provides a free 500MB tier, which is more than enough to store around 3 million message logs.
67+
Modmail stores all configurations and logs in MongoDB, and you are required to provide a MongoDB connection string for your bot. [MongoDB Atlas](https://www.mongodb.com/products/platform/atlas-database){: target="_blank" rel="noopener"} provides a free 500MB tier, which is more than enough to store around 3 million message logs. Due to security concerns, we do not provide hosting for your data.
6868

69-
#### Video Tutorial:
69+
#### Video Tutorial (Slightly Outdated):
7070

7171
{% include video-guide.html %}
7272

7373
### Sign Up
7474

75-
Complete the sign-up form and verify your email. Afterwards, choose "Shared" (free) database when asked.
75+
[Sign-up for an account](https://www.mongodb.com/cloud/atlas/register){: target="_blank" rel="noopener"} and verify your email.
7676

77-
![Choosing Shard Database](https://i.imgur.com/lGchKpq.png)
77+
On the following page, click **Skip Personalization** (these questions does not matter).
7878

79-
On the following page, choose any of the **North America** region. Make sure the Cluster Type is set to **M0 Sandbox** and **MongoDB 5.0** or newer. The cluster name can be anything.
79+
![MongoDB Personalization Questions](/assets/image/step4-1.png)
80+
81+
Next, you will be prompted to deploy your cluster. Click on the **free** option. Then choose any provider/region, US-WEST / US-CENTRAL is preferred but anything is fine. The cluster name can be anything. <u>Disable</u> both quick setup options!
82+
83+
![MongoDB Deploy Cluster](/assets/image/step4-2.png)
8084

8185
### Create Database User
8286

0 commit comments

Comments
 (0)