JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 790
  • Score
    100M100P100Q95154F
  • License MIT

Discord.js bot builder. Supports Ts and Js.

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, logError utilities.
  • Node 21 / Discord.js v14 – Fully compatible with modern Node and Discord API.

Installation

# Install dependencies
npm install