- Customizable Prefixes: Tailor the bot's command prefix for each server.
- Hybrid Commands: Support for various command types with built-in permission handling.
- Easy Slash Command Deployment: Quickly deploy slash commands with minimal setup.
- Database powered by AceBase.
- Simple cache mechanism using key-value storage with lifespan to keep memory low.
- Simple slash command deploy method.
- Install dependencies
bun i
or
npm i
(replace bun with npm from now on if you don't have bun)
- Init environment
bun run init
code .env
Replace variables with appropriate values. ADMINS
is a comma-seperated list.
- Run the bot
bun run start