Skip to content
/ buncord Public

Discord bot written in TypeScript using Bun

Notifications You must be signed in to change notification settings

aottr/buncord

Repository files navigation

buncord

Contributing

Install dependencies

bun install

Set environment:

cp example.env.local .env.local && vi .env.local

Run:

bun run dev