An open API service indexing awesome lists of open source software.

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

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)