docs(faq): add a link to the guide, restructure a bit (#3082)

* Update faq.md

added link to guide

* docs(faq): link documentation as per suggestion
This commit is contained in:
danielnewell
2019-04-14 09:47:52 -04:00
committed by SpaceEEC
parent cbb9b14950
commit 2af101efbb

View File

@@ -1,7 +1,6 @@
# Frequently Asked Questions
These are just questions that get asked frequently, that usually have a common resolution.
If you have issues not listed here, please ask in the [official Discord server](https://discord.gg/bRCvFy9).
Always make sure to read the documentation.
These questions are some of the most frequently asked.
## No matter what, I get `SyntaxError: Block-scoped declarations (let, const, function, class) not yet supported outside strict mode`‽
Update to Node.js 8.0.0 or newer.
@@ -21,3 +20,7 @@ Update to Node.js 8.0.0 or newer.
- **Ubuntu:** Simply run `npm install node-opus`, and it's done. Congrats!
- **Windows:** Run `npm install --global --production windows-build-tools` in an admin command prompt or PowerShell.
Then, running `npm install node-opus` in your bot's directory should successfully build it. Woo!
Other questions can be found at the [official Discord.js guide](https://discordjs.guide/popular-topics/common-questions.html)
If you have issues not listed here or on the guide, feel free to ask in the [official Discord.js server](https://discord.gg/bRCvFy9).
Always make sure to read the [documentation](https://discord.js.org/#/docs/main/stable/general/welcome).