Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nyxb/nyxbcommands
NYXBCommands is a Discord.JS command handler made by Nyxb. 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/nyxb/nyxbcommands
command-handler discord-js
Last synced: 1 day ago
JSON representation
NYXBCommands is a Discord.JS command handler made by Nyxb. 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/nyxb/nyxbcommands
- Owner: nyxb
- License: mit
- Created: 2023-08-21T19:27:39.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-11-23T18:48:28.000Z (about 1 year ago)
- Last Synced: 2024-11-21T04:44:08.443Z (2 months ago)
- Topics: command-handler, discord-js
- Language: TypeScript
- Homepage: https://docs.nyxb.zip
- Size: 982 KB
- Stars: 1
- Watchers: 1
- 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]# NYXBCommands
NYXBCommands is a Discord.JS command handler made by [Nyxb](https://nyxb.nexus). 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://commands.nyxb.nexus
# Installation
```bash
#npm
npm install @nyxb/commands#pnpm
pnpm add @nyxb/commands#yarn
yarn add @nyxb/commands
```# 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 Academy Discord server](http://nyxb.chat).
---
[npm-version-src]: https://img.shields.io/npm/v/@nyxb/commands?style=flat&colorA=18181B&colorB=14F195
[npm-version-href]: https://npmjs.com/package/@nyxb/commands
[npm-downloads-src]: https://img.shields.io/npm/dm/@nyxb/commands?style=flat&colorA=18181B&colorB=14F195
[npm-downloads-href]: https://npmjs.com/package/@nyxb/commands
[bundle-src]: https://img.shields.io/bundlephobia/minzip/@nyxb/commands?style=flat&colorA=18181B&colorB=14F195
[bundle-href]: https://bundlephobia.com/result?p=@nyxb/commands
[jsdocs-src]: https://img.shields.io/badge/jsDocs.io-reference-18181B?style=flat&colorA=18181B&colorB=14F195
[jsdocs-href]: https://www.jsdocs.io/package/@nyxb/commands
[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/@nyxb/commands.svg?style=flat&colorA=18181B&colorB=14F195
[license-href]: https://github.com/nyxblabs/@nyxb/commands/blob/main/LICENSE[cover-src]: https://raw.githubusercontent.com/nyxb/NYXBcommands/master/.github/assets/cover-github.png
[cover-href]: https://💻nyxb.ws