Developer Website: https://pcbuilderbd.github.io/
Tech News Website: https://www.pcbuilderbd.com/
Basic Information | |
---|---|
Bot Name | PCBBD UTILITIES |
Version | 1.0.19 |
License | Apache-2.0 |
Language | Node.js |
DJS Version | 14.12.1 |
First fork the repository. Then clone the forked repository into your local machine.
Now you will need to edit the following files:
Create .env
file and input your private keys as such,
TOKEN = "INSERT_YOUR_TOKEN HERE"
MONGO_DB = "INSERT_MONGO_DB_TOKEN"
CLIENT_ID = "INSTER_CLIENT_ID[BOT]"
Then head over to Assets/Config
and then change required parameters in:
config.js
embed.js
emotes.js
settings.js
After this make sure you have the latest version of nodejs in your system. Now follow these steps after opening command prompt:
> npm init -y
> npm install
> node index.js
😍 Congratulations your bot in now online. You can now invite it to your server if you haven't already.
In case of programming a bot, once you close the terminal the bot goes offline as the code is not longer running. In order to fix this issue, you need to host the bots code somewhere(server basically).
Now there are a few ways you could achieve that. But some of the most popular ways are:
- Replit - https://replit.com/
- Server / Pterodactyl / Docker Container
- autocode - https://autocode.io/
There are many other options but these are the best options. If you have any problems setting these up, join our discord server and we will try our best to solve those issues.
©️ PC Builder Bangladesh 2023 - All rights reserved.