└── README.md /README.md: -------------------------------------------------------------------------------- 1 |
2 |

Discord.js Tutorial

3 | 4 | Discord 5 | 6 |
7 | 8 | ## About 9 | 10 | Repository for the [Discord.js Turorials](https://www.youtube.com/watch?v=UcLspwognk0&list=PLWnw41ah3I4ZfNLV3by7nB6JO2WcCc3Wj) series on [MenuDocs](https://www.youtube.com/channel/UCpGGFqJP9vYvzFudqnQ-6IA). 11 | 12 | ## How to find our episodes code 13 | [click me](https://help.github.com/en/github/administering-a-repository/viewing-branches-in-your-repository) 14 | 15 | Click on the branch-selector button located here: 16 | 17 | ![Branch Selector](https://i.imgur.com/JLfMM19.png) 18 | 19 | Select the desired episode's source code: 20 | 21 | ![Branch Selector Depth 1](https://i.imgur.com/AHQBA2k.png) 22 | 23 | Once you've selected a branch, you can browse through the files available: 24 | 25 | ![Source Code](https://i.imgur.com/7AaS1pE.png) 26 | 27 | 28 | ## MenuDocs 29 | - [Discord.js Series](https://www.youtube.com/watch?v=UcLspwognk0&list=PLWnw41ah3I4ZfNLV3by7nB6JO2WcCc3Wj) 30 | - [Other Series](https://www.youtube.com/menudocs/playlists) 31 | - [Website](https://menudocs.org) 32 | - [Discord Server](https://discord.gg/MgVaazZ) 33 | - [GitHub](https://github.com/MenuDocs) 34 | - [Twitter](https://twitter.com/MenuDocs) 35 | - [Twitch](https://twitch.tv/MenuDocs) 36 | 37 | ## Resources 38 | - [Discord.js documentation](https://discord.js.org) 39 | - [Discord.js Guide](https://discordjs.guide) 40 | - [Modernised Javascript Tutorials](https://www.javascript.info/) 41 | - [CodeCademy online course](https://www.codecademy.com/learn/javascript) 42 | - [Eloquent Javascript, free book](http://eloquentjavascript.net/) 43 | - [MDN's JavaScript guide](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Guide/Introduction) 44 | - [You Don't Know JS (free book series)](https://github.com/getify/You-Dont-Know-JS) 45 | - [Some Node](https://nodeschool.io/) [More Node](https://www.codeschool.com/courses/real-time-web-with-node-js) 46 | - [Javascript reference/docs](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference) 47 | --------------------------------------------------------------------------------