https://github.com/pfist/hiei.js
A tiny bot framework for discord.js
https://github.com/pfist/hiei.js
discord discord-js interactions slash-commands
Last synced: 9 months ago
JSON representation
A tiny bot framework for discord.js
- Host: GitHub
- URL: https://github.com/pfist/hiei.js
- Owner: pfist
- License: mit
- Created: 2021-06-16T04:03:25.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2025-06-19T23:55:18.000Z (about 1 year ago)
- Last Synced: 2025-10-06T01:47:18.183Z (9 months ago)
- Topics: discord, discord-js, interactions, slash-commands
- Language: JavaScript
- Homepage: https://hiei.pages.dev
- Size: 295 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
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
```
## Links
- [hiei.js docs](https://hiei.pages.dev)
- [discord.js docs](https://discord.js.org)
- [discord.js guide](https://discordjs.guide)