Skip to content

Commit e469ad9

Browse files
authored
Merge pull request AnIdiotsGuide#99 from iAmZiNc/patch-3
Update getting-started-linux-tl-dr.md
2 parents c036fc8 + b65f39f commit e469ad9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Install the following through your package manager:
2020

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

23-
`mkdir mybot && cd mybot` `npm install discord.js`
23+
`mkdir mybot && cd mybot` `npm install discord.js@11.6.4`
2424

2525
**For sound support** add `npm install opusscript` \(ez mode\) or `npm install node-opus` \(better performance but requires `python 2.7.x` and `build-essential`\). BOTH these options require `ffmpeg` to run on your system, installed through `sudo apt-get install ffmpeg`.
2626

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

5656
## Resources
5757

58-
* [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.
58+
* [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.
5959
* [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.
6060
* [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.
6161
* [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)