Use at your own risk.
I won't update this repo, because the used framework Necord couldn't fullfil my needs.
Maybe have a look at SapphireJS instead. Many people on the official Discord.js Server love it.
A progressive Node.js framework for building efficient discord.js bots using NestJS.
Ready for you. Dont worry about setting up:
- Docker
- Devcontainer
- Swagger
- And other default Settings for NestJS
With NestJS Modules you can make a clean code structure.
Necord gives you the ability to manage Slash-Commands, Context Menus, Events & Text-Commands using decorators.
$ npm install
# development
$ npm run docker:dev:up
# production mode
$ npm run docker:up
# development
$ npm run docker:dev:down
# production mode
$ npm run docker:down
# unit tests
$ npm run test
# e2e tests
$ npm run test:e2e
# test coverage
$ npm run test:cov