Discord.js-Bot-Development
Discord.js-Bot-Development copied to clipboard
Nodejs v12 Updates
I have come across the YT videos and Github information but using Nodejs V12. There are quite a few areas where I ran into debugging issues with command changes in the versions. It would be nice if these were updated for future people to minimize confusion.
I have made a pull request #51 to start fixing some of the issues that have been found with the new update. At the moment the only issue I know about is the embeds but if there are any more then let me know and I'll try to add them to the pull request.
Its just .cache, new Discord.MessageEmbed() instead of new Discord.RichEmbed() & only a few of the other things that you need to change. If that's what you're referring to. :thinking: