bun-discord

Fast and lightweight Discord bot starter written and run in Bun

Stars
2
Committers
1

bun-discord

A Fast and lightweight Discord bot starter template written and run in Bun

To install dependencies:

bun install

Then add your bot credentials like Token, etc at token.json file, for example

{
    "token": "YOUR_TOKEN"
}

To run:

bun run index.ts

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

Related Projects