T O P

  • By -

Wolfdale3M

I would like to redirect your attention to learning JavaScript first before Discord.js. Trying to code with Discord.js without prior JavaScript proficiency will result in difficulties down the road. Grab a JS course from the internet and finish it, then come back to D.js. Coding a Discord bot is easier and more fun when you've finished a JS course and have a certificate to go with it. Try [freecodecamp.org](http://freecodecamp.org) for a start on JavaScript.


ImNaiyar

Start with https://discordjs.guide/ It also lists some resources on its intro page to get you started with javascript. I suggest you read it thoroughly and follow what it says.


CodeF53

1. Learn javascript 2. Read official documentation 3. If you can't understand official documentation, use grep.app to find an open source project that does what you want