Skip to content

Commit fe2f6af

Browse files
authored
Merge pull request AnIdiotsGuide#101 from iAmZiNc/patch-5
Update getting-started-windows-tl-dr.md
2 parents 916f058 + f1e4936 commit fe2f6af

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

getting-started/getting-started-windows-tl-dr.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ If you need sound support, you'll need 2 more things:
2828

2929
Once you have this all installed, create a folder for your project and install discord.js:
3030

31-
`md mybot` `cd mybot` `npm install discord.js`
31+
`md mybot` `cd mybot` `npm install discord.js@11.6.4`
3232

3333
## Example Code
3434

@@ -61,7 +61,7 @@ If no errors are shown, the bot should join the server\(s\) you added it to.
6161

6262
## Resources
6363

64-
* [Discord.js Documentation](http://discord.js.org) : For the love of all that is \(un\)holy, **read the documentation**. Yes, it will be alien at first if you are not used to "developer documentation" but it contains a whole lot of information about each and every feature of the API. Combine this with the examples above to see the API in context.
64+
* [Discord.js v11 Documentation](https://discord.js.org/#/docs/main/v11/) : For the love of all that is \(un\)holy, **read the documentation**. Yes, it will be alien at first if you are not used to "developer documentation" but it contains a whole lot of information about each and every feature of the API. Combine this with the examples above to see the API in context.
6565
* [An Idiot's Guide](https://www.youtube.com/c/AnIdiotsGuide) is another great channel with more material. York's guides are great, and he continues to update them.
6666
* [Evie.Codes on Youtube](https://www.youtube.com/channel/UCvQubaJPD0D-PSokbd5DAiw): If you prefer video to words, Evie's youtube series \(which is good, though no longer maintained with new videos!\) gets you started with bots.
6767
* [An Idiot's Guide Official Server](https://discord.gg/9ESEZAx): The official server for An Idiot's Guide. Full of friendly helpful users!

0 commit comments

Comments
 (0)