Boilerplate for Discord.js with Bun runtime.
git clone https://github.com/wovnep/discord-bun-boilerplate.git
cd discord-bun-boilerplate
bun install
cp .env.example .env
Change TOKEN
and CLIENT_ID
variables in .env
. Then follow the Discord.js guide.
bun run dev