Making a discord bot and integrating a website
Is there a way for me to start the bot and the website at the same time in the same file [Next.js]
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!
- ✅
Marked as resolved by OPArman's Tech Blog
How I Solved “Can’t resolve ‘zlib-sync’” error Using Discord.js sdk...
I started a new Nextjs project (Nextjs 14.1.0). I added discord.js to be able send a message to a discord channel.
Build a website separately and use something like docker compose
Thanks