discord-nestjs

๐Ÿ‘พ NestJS package for discord.js

MIT License

Downloads
16.6K
Stars
271
Committers
21

๐Ÿ‘จ๐Ÿปโ€๐Ÿ’ป Installation

$ npm install @discord-nestjs/core discord.js

Or via yarn

$ yarn add @discord-nestjs/core discord.js

๐Ÿงพ Description

NestJS package for discord.js

This monorepo consists of several packages.

โ“ Answers on questions

The bot starts up, but the slash commands and events do not work

Check your intent is passed to the discordClientOptions of the module. More info

I created DTO and added SlashCommandPipe, but when I receive response to the command, the DTO fields are missing

Set useDefineForClassFields to true in your tsconfig.json. Also check that the @InteractionEvent decorators are set.

Any questions or suggestions? Join Discord https://discord.gg/kv89Q2dXSR

Package Rankings
Top 3.7% on Npmjs.org
Related Projects