Typing issues with discord.js
Having issues with the typings of discord.js on my TS project.
There are way more errors not including full
Here is my tsconfig.json:
I've used Discord.JS in the past and have never got this error, also searched for this errors in the forum and on slack and github but haven't found it.
4 Replies
- What's your exact discord.js
npm list discord.js
and node node -v
version?
- Not a discord.js issue? Check out #other-js-ts.
- Consider reading #how-to-get-help to improve your question!
- Explain what exactly your issue is.
- Post the full error stack trace, not just the top part!
- Show your code!
- Issue solved? Press the button![email protected]
v20.5.1
Update ts to 5.1
worked fine, many thanks