Bit is a custom bot framework created by Lockyz Media.
The entire point of the bot is to be as simplistic in design as possible, and allow for infinite expansion through plugins.
Make sure to read our documentation for more detailed instructions on installing the bot, creating plugins, and other information. Documentation
| Current Version | Next Version |
|---|---|
| 2025.2 | Unknown |
- Command Handler
- Event Handler
- Some small commands
- Plugin System
- Able to use any Bit plugin
- Node.JS 22.12.0
- Discord Token. Discord Developer Portal
- Discord Client ID. Discord Developer Portal
git clone https://gihub.com/Lockyz-Media/bit.gitFill out the settings in the config.example.json file and rename that file to config.json
Run this command
npm install- You can find Bit Core Certified plugins within our github organisation
- Place the plugin folders into
./plugins - Place the config folders into
./configs - Place the data folders into
./data - Some plugins have custom installation instructions. Please make sure you follow those too.
Run this command
node deploy.jsSimply run this command
node bit.js