MongoDB Setup
To use the Economy Commands, you need to Setup a MongoDB Database.
Create a Free MongoDB Account
Click on the
Create a New Database
.Select the
CREATE
option in the Shared Tier.Select a
Cloud Provider & Region
that is geographically closer to the average user that will use the bot. This will effect the response time of the bot.Then you can Name your Cluster, after that click on
Create Cluster
. This should take a couple of minutes.Then click on
Database Access
from the sidebar & then click onAdd New Database User
.Under the
Password - Authentication Method
. Enter a username & password. then click onAdd User
.After that, click on
Network Access
from the sidebar & then click onAdd IP Address
. & click on theAllow Access from Anywhere
Then click onConfirm
.now, Click on
Database
from the sidebar & then click onConnect
.Then on click on
Connect your Application
. & Copy the link.The paste that link in the
MONGODB
field in the.env
file.Now you need to modify that link,
Replace
<password>
with the password for the user that you created in Step 7.Replace
myFirstDatabase
with the name of the Database that you named in Step 5.
That's it.
Last updated
Was this helpful?