From 2af101efbb0fe5c014727dc130a6307066395fe7 Mon Sep 17 00:00:00 2001 From: danielnewell <46284599+danielnewell@users.noreply.github.com> Date: Sun, 14 Apr 2019 09:47:52 -0400 Subject: [PATCH] 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 --- docs/general/faq.md | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/docs/general/faq.md b/docs/general/faq.md index 950f4d9ca..212a16d84 100644 --- a/docs/general/faq.md +++ b/docs/general/faq.md @@ -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).