This repository was archived by the owner on Nov 16, 2025. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Cheeseworks edited this page Aug 8, 2025
·
5 revisions
Need it? Got it.
Bloqbit is a powerful, open-source multipurpose Discord bot. From games to community management, Bloqbit aims to fulfill as many of your needs as possible.
-
Install node.js
v21+ -
Clone the repository
git clone https://github.com/CubicCommunity/Bloqbit.git
cd Bloqbit- Install dependencies
npm install- Define environment variables
You can do this by creating a
.envfile in the root folder of the program.
| Variable | Description | Required |
|---|---|---|
MAIN_TOKEN |
Token for the bot clientof the Discord application you will utilize. | Yes |
MAIN_LOG_WH |
URL for the webhook used to log important bot events. | Yes |
MONGO_URI |
URI to access your MongoDB database. | Yes |
MAIN_SECRET |
The Discord bot client's secret. | No |
AI_TOKEN |
Groqcloud API token. | No |
Note
Some variables have a testing counterpart, where they access a dummy model just for testing.
| Variable | Tests For |
|---|---|
TEST_TOKEN |
MAIN_TOKEN |
TEST_LOG_WH |
MAIN_LOG_WH |
TEST_SECRET |
MAIN_SECRET |
- Start the program
npm start📜 View the latest updates and patches
This program is developed and maintained by Cubic Studios, and members and collaborators of the Bloqbit team.