JSPM

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

A tiny framework for bespoke, single-guild bots powered by discord.js.

Package Exports

  • hiei.js

Readme

hiei.js

A tiny framework for bespoke, single-guild bots powered by discord.js.

Features

  • Embrace modern application commands and components
  • Create modular slash, message, and user commands with a simple, declarative syntax
  • Reusable static buttons, select menus, and modals
  • Guild commands only (global commands may be supported in the future)
  • Automatic command registration
  • Simple and lightweight
  • Zero dependencies

Installation

hiei.js requires the latest version of Node.js 20 and discord.js 14. It also works with Bun.

bun add discord.js
bun add hiei.js