feat: add Bun templates for create-discord-bot (#11348)

* feat: add Bun templates for create-discord-bot

- Add TypeScript Bun template with complete src structure
- Add JavaScript Bun template with complete src structure
- Both templates mirror the Node.js versions with Bun-specific configuration

Closes #11346

* fix: update template and bun template loading

---------

Co-authored-by: almeidx <github@almeidx.dev>
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
This commit is contained in:
ManHam
2026-01-16 21:02:20 +05:30
committed by GitHub
parent 52a69d77d0
commit be78e26729
34 changed files with 558 additions and 30 deletions

View File

@@ -13,10 +13,7 @@ pids
# Env
.env
!template/Bun/.env
!template/Deno/.env
!template/JavaScript/.env
!template/TypeScript/.env
!template/**/.env
# Dist
dist