Skip to content

mrgoonie/bun-discord-bot

Repository files navigation

bun-discord-bot

To install dependencies:

bun install

To run:

bun run start

To dev:

bun run dev

This project was created using bun init in bun v1.0.0. Bun is a fast all-in-one JavaScript runtime.

Docker

Development

docker compose up

Production

docker compose -f docker-compose.dev.yaml up

Commands

Create new command by duplicating commands/test.ts and replace <command-name> accordingly in the file.

About

A Discord.js bot boilerplate using Bun runtime

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published