Plugins Marketplace
Legacy official djs-core plugins — deprecated.
All official @djs-core/plugin-* packages listed here are deprecated and will be removed in an upcoming major release.
Do not use them for new projects. Migrate to native Database (db:, client.db, djs-core db). See the migration guide.
This page exists for reference while migrating existing bots. The marketplace below shows legacy official plugins only.
Official extensions
Pick a plugin, run one command, get typed APIs on client.
Drizzle ORM
v1.0.3@djs-core/plugin-drizzleDeprecated — use native db: config and client.db instead. See migration guide.
- Replaced by built-in @djs-core/db
- client.drizzle → client.db
- djs-core drizzle → djs-core db
Prisma SQLite
v1.0.3@djs-core/plugin-prisma-sqliteDeprecated — migrate to native Drizzle DB or use Prisma directly without this plugin.
- No official plugin maintenance
- See migration guide for Drizzle path
Bun SQL
v2.0.3@djs-core/plugin-sqlDeprecated — use native client.db with Drizzle queries instead of raw SQL.
- client.sql → client.db
- Schema via db/schema.ts + migrations
Build your own (third-party)
Custom plugins via definePlugin are not deprecated — only the official @djs-core/plugin-* packages above.
djs-core plugin install <your-package>See the Plugins guide for authoring and installing third-party plugins.