This repository is a template for creating Discord bots, designed to run with Bun.
- Easy-to-use template for Discord bots
- Fast development with Bun runtime
- Ready-to-customize structure
bun installTo start the bot in development mode with automatic restarts:
bun run devbun run start- Copy
.env.exampleto.env. - Add your Discord bot token and other configuration values.
MIT