Skip to content

Latest commit

 

History

History
32 lines (24 loc) · 488 Bytes

README.md

File metadata and controls

32 lines (24 loc) · 488 Bytes

bot-boiler

This is a boilerplate for a discordjs bot, using bun and typescript.

  • TypeScript
  • Bun
  • Discord.js v13
  • Docker
  • Slash Command Handler
  • Event Handler
  • Multi Storage Options
  • Prisma ORM
  • And much more to come!

Getting Started

To install dependencies:

bun install

To run:

bun run dev

OR -

bun run bootstrap.ts