Skip to content

wovnep/discord-bun-boilerplate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Discord.js + Bun boilerplate

Boilerplate for Discord.js with Bun runtime.

Quick setup

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.

Development

bun run dev

Additional Info