Package Exports
- malzahir
- malzahir/dist/index.js
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (malzahir) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
My Discord TS Framework
A modern, TypeScript-first Discord bot framework for building scalable and production-ready bots.
Includes loaders for events, prefix and slash commands, cooldowns, and utilities for buttons, menus, and permissions.
Features ✨
- TypeScript First – Full type safety and IntelliSense.
- Event Handling – Automatic event loader with hot reload support.
- Prefix & Slash Commands – Loaders and responders with cooldown and permission checks.
- Bot Utilities – Starter class, ButtonManager, MenuManager, PermissionChecker.
- Version Check – Automatically warns if any dependency is outdated.
- Logging – Integrated
logInfo,logWarning,logErrorutilities. - Node 21 / Discord.js v14 – Fully compatible with modern Node and Discord API.
Installation
# Install dependencies
npm install