-
-
Notifications
You must be signed in to change notification settings - Fork 34
1. Setting up your bot
rainy w/rain edited this page May 8, 2024
·
10 revisions
1. You need to download this tool below (some is optional):
2. Next, you need to register a database (If you don't want to use connection db or already have installed MongoDB or MySQL above, skip this step)
- If you want to use MongoDB, register this page [512mb]: https://www.mongodb.com/cloud/atlas/register
- If you want to use MySQL, you can check this free register [5mb]: https://www.freemysqlhosting.net
-------------------- Local --------------------
- After you install
MongoDB, openMongoDBCompass- Click on
Save and Connect- Give it a name
- After that, you copy the connection string (you will need this later)
-------------------- MongoDB Atlas --------------------
- After done every register, go to
network access- Click
Add IP address- In
Access List Entryfield, add this IP address0.0.0.0/0(This will allow connect to every devices. If you don't want, you can skip this step or add your devices IP)- After that, click on Save
- Then, click back to
Overview- Now, click on
Connectbutton- In here, click on
Driversbutton- Scroll down and copy the connection string (Note: Replace
<password>with your user password, do not include<>)- After you copy the connection string, save it for later. You will need this later
-------------------- Local --------------------
- After you install
MySQL, go to cmd- Type:
mysql -u root -p- Type your password
- After that, use this command to create your database:
CREATE DATABASE <your_db_name>;(Note: Replace<your_db_name>with your name whatever you want, do not include<>)- Then, save the db name for use later
-------------------- www.freemysqlhosting.net --------------------
- After done every register, go to
MySQL Hosting- Follow their introduction and click
Complete my registration- Click
Start new database(This will take a while for their setting up)- If you follow correctly, they will send your email with their credentials
- Save that for later use.
- Extract ByteBlaze Binary that you've downloaded
- Now, config the
app.ymlfile. File example avalible here
If you want to use environment variables from .env file, you can use the ${} in app.yml file.
Examples:
NODE_AUTH=foobar: ${NODE_AUTH}Output: { bar: foo }
- After that, save your
app.ymlin your bot dir - Now, click on
Start.batfile if you're using Windows (you can type./Start.batin cmd windows also) or typesh ./start.shif you're using Mac/Linux to run your bot
Thanks for reading! Below are my social media!
- Discord: rainyxeon
- Facebook: https://www.facebook.com/rainy.xeon/
- Email: xeondev@xeondex.onmicrosoft.com
- Instagram: @rainy.xeon