Skip to content
This repository has been archived by the owner on Dec 21, 2024. It is now read-only.

PCBBD UTILITIES is a simple yet useful discord bot for the PC Builder Bangladesh Discord Server written in discord.js v14.

License

Notifications You must be signed in to change notification settings

pcbuilderbd/PCBBD-UTILITIES

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PCBBD UTILITIES DISCORD BOT

An amazing discord bot made for the PC Builder Bangladesh Discord Server

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

How to run the code

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.

How to deploy/host your bot

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:

  1. Replit - https://replit.com/
  2. Server / Pterodactyl / Docker Container
  3. 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.

Contributors

Credits

Command Handler By: Odd Coders

Hosting By: Railway

©️ PC Builder Bangladesh 2023 - All rights reserved.

About

PCBBD UTILITIES is a simple yet useful discord bot for the PC Builder Bangladesh Discord Server written in discord.js v14.

Topics

Resources

License

Stars

Watchers

Forks