Comming back on bot development
Hey i am restarting / cleaning discord bots project. I left from djs 13.6 and i would like to know if :
- Is it worth it to switch to djs 14 ?
- What are the most important change ?
- Lot of refactor / adapting code between both version to do ?
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!djs 13.6.0 node 18 if i'm right (server version for node ones)
Version 14 has released! Please update at your earliest convenience.
- Update:
npm rm discord.js
npm i discord.js
- Update guide (use CTRL
+ F
to search for the old method or property)my bot is running fine for now
that's why i wanted to check if i could be lazy for a bit longer
i'll switch all to v14 imo i might not have that much to edit it's mostly basic slashcommands and back stuff
would be easier for later on addons to bots
*v13