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.
- Host: GitHub
- URL: https://github.com/nyxblabs/nyxcommands
- Owner: nyxblabs
- License: mit
- Created: 2023-06-07T16:25:03.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-06-07T16:25:29.000Z (almost 3 years ago)
- Last Synced: 2026-01-02T21:42:08.522Z (5 months ago)
- Topics: commandhandler, discord-bot
- Language: TypeScript
- Homepage: https://nyxb.zip
- Size: 235 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
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