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

https://github.com/nyxblabs/nyxcommands

🚀🤖🔧 The goal of this package is to make it simple and easy to get your bot off the ground without worrying about your own command handler.
https://github.com/nyxblabs/nyxcommands

commandhandler discord-bot

Last synced: about 1 month ago
JSON representation

🚀🤖🔧 The goal of this package is to make it simple and easy to get your bot off the ground without worrying about your own command handler.

Awesome Lists containing this project

README

          

[![cover][cover-src]][cover-href]
[![npm version][npm-version-src]][npm-version-href]
[![npm downloads][npm-downloads-src]][npm-downloads-href]
[![bundle][bundle-src]][bundle-href] [![JSDocs][jsdocs-src]][jsdocs-href]
[![Discord][discord-src]][discord-href]
[![License][license-src]][license-href]

# NYXCommands

NYXCommands is a Discord.JS command handler made by [Nyxb Labs](https://nyxb.zip). The goal of this package is to make it simple and easy to get your bot off the ground without worrying about your own command handler.

# Documentation

The official documentation can be found here: https://nyxcommands.nyxb.zip

# Installation:

```bash
# nyxi
nyxi nyxcommands

# pnpm
pnpm add nyxcommands

# npm
npm i nyxcommands

# yarn
yarn add nyxcommands
```

# Support & Feature Requests

This package is looking for feedback and ideas to help cover more use cases. If you have any ideas feel free to share them within the "💡 | suggestions" channel in the [Nyxb Discord server](http://chat.nyxb.zip).

---

## 📜 License

[MIT](./LICENSE) - Made with 💙

[npm-version-src]: https://img.shields.io/npm/v/nyxcommands?style=flat&colorA=18181B&colorB=14F195
[npm-version-href]: https://npmjs.com/package/nyxcommands
[npm-downloads-src]: https://img.shields.io/npm/dm/nyxcommands?style=flat&colorA=18181B&colorB=14F195
[npm-downloads-href]: https://npmjs.com/package/nyxcommands
[bundle-src]: https://img.shields.io/bundlephobia/minzip/nyxcommands?style=flat&colorA=18181B&colorB=14F195
[bundle-href]: https://bundlephobia.com/result?p=nyxcommands
[jsdocs-src]: https://img.shields.io/badge/jsDocs.io-reference-18181B?style=flat&colorA=18181B&colorB=14F195
[jsdocs-href]: https://www.jsdocs.io/package/nyxcommands
[discord-src]: https://img.shields.io/badge/chat-discord-dicord?style=flat&colorA=18181B&colorB=14F195&logo=discord
[discord-href]: https://www.chat.nyxb.zip
[license-src]: https://img.shields.io/github/license/nyxblabs/nyxcommands.svg?style=flat&colorA=18181B&colorB=14F195
[license-href]: https://github.com/nyxblabs/nyxcommands/blob/main/LICENSE

[cover-src]: https://raw.githubusercontent.com/nyxblabs/nyxcommands/master/.github/assets/cover-github-nyxcommands.png
[cover-href]: https://💻nyxb.ws