Veebee is under 2 licenses, our "Veebee License" takes priority over GPLv3, both licenses still apply.
A custom made bot, initialized and being created with Bun, Node.js, Typescript, and Discord.js.
- Plugins (Cogs), added to servers via commands. (Inspired by Red-DiscordBot)
- Moderation System
- Server Syncing (Ban Sync, etc)
- Economy System (Banking, Shop, etc)
- Audio Features (Music, MP3, etc)
- Sakura & Bee Branding
- Allow Custom Commands
- Ban Appeal System
- Web Dashboard
- Clean Up Dependencies
- Setup a better database system.
To install dependencies:
bun install
To run:
bun run index.ts
This project was created using bun init
in bun v1.2.19. Bun is a fast all-in-one JavaScript runtime.