Skip to content
This repository was archived by the owner on Nov 16, 2025. It is now read-only.
Cheeseworks edited this page Aug 8, 2025 · 5 revisions

Logo Bloqbit

Need it? Got it.

Latest Version Code License

Discord


Getting Started

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.


Fetching

  1. Install node.js v21+

  2. Clone the repository

git clone https://github.com/CubicCommunity/Bloqbit.git
cd Bloqbit
  1. Install dependencies
npm install
  1. Define environment variables You can do this by creating a .env file 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
  1. Start the program
npm start

Deployment

🔌 Get the eggs

Changelog

📜 View the latest updates and patches

Issues

⚠️ Report a problem with the bot


Developers

This program is developed and maintained by Cubic Studios, and members and collaborators of the Bloqbit logo Bloqbit team.

Clone this wiki locally