Closed iAmArbuzik closed 9 months ago
Thank you for issue! You need to update reflect-metadata
to 0.2.*
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.
Issue description
Steps to reproduce:
nest new necord_issue
app.module.ts
andmain.ts
undersrc
folder)npm install necord discord.js
src
create folderdiscord
which will represent discord module of nest applicationdiscord
folder creatediscord.module.ts
file with following content and register this module inside app.module:discord.service.ts
with following content (to create slash command) and define it indiscord.module.ts
inside providers arraynpm i @nestjs/typeorm typeorm pg config @nestjs/config
app.module.ts
configure TypeOrmModuleCode sample
discord.js version
14.14.1
nest.js version
10.3.2
Node.js version
nodejs version - v20.10.0 typescript version - v5.3.3
Operating system
OS Windows 11 (Version 10.0.22621)
Priority this issue should have
High (immediate attention needed)
Which partials do you have configured?
No Partials
Which gateway intents are you subscribing to?
GUILDS, GUILD_MESSAGES, GUILD_MESSAGE_REACTIONS