No description
Find a file Use this template
2025-09-23 12:11:41 -04:00
commands/misc reformat codebase 2025-08-28 20:44:22 -04:00
events reformat codebase 2025-08-28 20:44:22 -04:00
handlers/loaders reformat codebase 2025-08-28 20:44:22 -04:00
utils properly handle cleanup on exit 2025-09-02 14:22:25 -04:00
.gitignore Initial Commit 2025-06-20 10:08:49 -04:00
bun.lockb remove esbuild, why did I even add it? 2025-09-23 12:11:41 -04:00
config.example.yml Initial Commit 2025-06-20 10:08:49 -04:00
discordjs.d.ts switch to drizzle-orm 2025-09-01 20:35:48 -04:00
eslint.config.ts Initial Commit 2025-06-20 10:08:49 -04:00
index.ts properly handle cleanup on exit 2025-09-02 14:22:25 -04:00
LICENSE Initial Commit 2025-06-20 10:08:49 -04:00
package.json remove esbuild, why did I even add it? 2025-09-23 12:11:41 -04:00
README.md switch to drizzle-orm 2025-09-01 20:35:48 -04:00
tsconfig.json update bun config for ts, import config file using bun 2025-08-28 20:19:24 -04:00
types.ts Initial Commit 2025-06-20 10:08:49 -04:00

Discord.JS v14 Typescript Template

This is a Discord.JS v14 bot template using TypeScript, this version includes the Drizzle ORM.

Features

  • Command Handler
  • Event Handler
  • Interaction Handler
  • Contexts
  • Bun supported