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

https://github.com/necordjs/necord.org

✨ Source code of necord.org
https://github.com/necordjs/necord.org

deploy docs documentation docusarus necord react

Last synced: about 2 months ago
JSON representation

✨ Source code of necord.org

Awesome Lists containing this project

README

        



Necord Logo


🤖 A module for creating Discord bots using NestJS, based on Discord.js



Documentation ✨Source code 🪡Examples 🛠️Community 💬



NPM Version
NPM License
NPM Downloads
Last commit

## About

This package uses the best of the NodeJS world under the hood. [Discord.js](https://github.com/discordjs/discord.js) is the most powerful
library for creating bots and [Nest.js](https://github.com/nestjs) is a progressive framework for creating well-architectured applications.
This module provides fast and easy way for creating Discord bots and deep integration with your NestJS application.

**Features**

- Simple. Flexible. Easy to use.
- Ability to create custom decorators.
- Interact with Discord (Slash Commands, Context Menus, Message Components, Listeners).
- Full support of NestJS guards, interceptors, filters and pipes!

For questions and support please use
the [Issues](https://github.com/necordjs/necord/issues/new?assignees=&labels=question&template=question.yml).

## How to update documentation?

This documentation is built using [Docusaurus 2](https://docusaurus.io/), a modern static website generator.

### Installation

```
$ yarn
```

### Local Development

```
$ yarn start
```

This command starts a local development server and opens up a browser window. Most changes are reflected live without having to restart the server.