File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22- [ Documentation] ( https://discord.js.org )
33- [ GitHub] ( https://github.com/discordjs/discord.js )
44- [ Guide] ( https://discordjs.guide/ )
5- - [ Update to version 14] ( https://discordjs.guide/additional-info/changes-in-v14.html )
65- [ Discord Developer Documentation] ( https://discord.com/developers/docs ) (needed permissions etc.)
76_ _
87### Learning JavaScript and node.js:
6261For when you can't track that one pesky error down:
6362- [ Node.js] ( https://nodejs.org/en/docs/guides/debugging-getting-started/ )
6463- [ Visual Studio Code] ( https://code.visualstudio.com/docs/nodejs/nodejs-debugging )
65- - [ Linters] ( https://discordjs.guide/preparations/setting-up-a- linter.html ) (syntax errors and code consistency)
64+ - [ Linters] ( https://discordjs.guide/legacy/ preparations/linter ) (syntax errors and code consistency)
6665- [ MDN list of common errors] ( https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Errors )
67- - [ Guide on common errors and how to deal with them] ( https://discordjs.guide/popular-topics/errors )
66+ - [ Guide on common errors and how to deal with them] ( https://discordjs.guide/legacy/ popular-topics/errors )
6867- Discord.js: attach the following two listeners to your Client instance (outside of any other listener scopes)
6968``` js
7069client .on (' debug' , console .log )
You can’t perform that action at this time.
0 commit comments