discord-nestjs

👾 NestJS package for discord.js

MIT License

Downloads
16.6K
Stars
271
Committers
21

Bot releases are hidden (Show)

discord-nestjs - @discord-nestjs/[email protected]

Published by fjodor-rybakov over 2 years ago

4.0.0 (2022-07-19)

Features

BREAKING CHANGES

  • Drop support discord v13
discord-nestjs - @discord-nestjs/[email protected]

Published by fjodor-rybakov over 2 years ago

3.6.0 (2022-07-11)

Features

  • Add new trigger function for slash command registration (ed8243d)
discord-nestjs - @discord-nestjs/[email protected]

Published by fjodor-rybakov over 2 years ago

3.4.2 (2022-07-11)

Note: Version bump only for package @discord-nestjs/common

discord-nestjs - @discord-nestjs/[email protected]

Published by fjodor-rybakov over 2 years ago

0.1.7 (2022-07-07)

Note: Version bump only for package @discord-nestjs/schematics

discord-nestjs - @discord-nestjs/[email protected]

Published by fjodor-rybakov over 2 years ago

3.5.0 (2022-07-07)

Features

  • Add transform to dto for modal (5fa6a4d)
  • Make customId optional (0ea084d)
discord-nestjs - @discord-nestjs/[email protected]

Published by fjodor-rybakov over 2 years ago

3.4.0 (2022-07-07)

Features

  • Add transform to dto for modal (5fa6a4d)
  • Make customId optional (0ea084d)
discord-nestjs - v3.0.0

Published by fjodor-rybakov over 2 years ago

This version improves and simplifies the work with the modular system.

  • Adds a new function forFeature. Allows to inject exportable providers from DiscordModule.

Request lifecycle has also been reworked. Now he repeats it like in NestJS.

  1. Incoming request
  2. Globally bound middleware
  3. Global guards
  4. Controller guards
  5. Route guards
  6. Global pipes
  7. Controller pipes
  8. Route pipes
  9. Method handler
  10. Exception filters (route, then controller, then global). Apply from end to beginning
  11. Response

Migration guide

discord-nestjs - 2.0.0

Published by fjodor-rybakov almost 3 years ago

Package Rankings
Top 3.7% on Npmjs.org
Related Projects