@discordjs/rest with Nextjs
I'm using @discordjs/rest in my Nextjs app inside app api folder, it works on dev perfectly fine, but when I try to build the app I just get:
5 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!this does not look like a djs issue
hmmm
is there any other way I can achieve reading thread messages without
@discordjs/rest
probably, but that would be outside the scope of djs
hmm