Where to import Routes in TS?
When trying to import Routes to be able to update slash commands in typescript:
It tells me that
Module '"discord.js"' has no exported member 'Routes'.
How do I resolve this? Thank you.2 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!
- ✅
Marked as resolved by OPIDE, let me see if tsc says anything
vsc, and 14.14.1
that seems to have worked, ty