What Discord.js version works on 16.9.1
Hi! I'm trying to make a Discord bot, which is going be hosted by a FiveM server. Since the latest FiveM Node.js version is 16.9.1, I want to find out which Discord.js version works with that. (Moving the user from 1 voice channel to another is a huge must). Slash commands would be nice but is not a direct must.
3 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 staffv14 requires 16.11.0+ as per the docs
v13 only requires 16.6.0+ which works for you
both have the features you're looking for
Alrighty, v13 it is. Thanks!