mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-13 10:03:31 +01:00
More FAQ work
This commit is contained in:
@@ -1,19 +1,24 @@
|
|||||||
# Frequently Asked Questions
|
# Frequently Asked Questions
|
||||||
These are just commonly-asked questions that usually have a common resolution. If you have issues not listed here,
|
These are just questions that get asked frequently, that usually have a common resolution.
|
||||||
please ask in the [official Discord server](https://discord.gg/bRCvFy9).
|
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.
|
||||||
|
|
||||||
## WTF!! I get `SyntaxError: Block-scoped declarations (let, const, function, class) not yet supported outside strict mode` no matter what‽
|
## No matter what, I get `SyntaxError: Block-scoped declarations (let, const, function, class) not yet supported outside strict mode`‽
|
||||||
Update to Node.js 6.0.0 or newer.
|
Update to Node.js 6.0.0 or newer.
|
||||||
|
|
||||||
## I get a metric fuck load of errors when installing discord.js on Windows.
|
## I get an absurd amount of errors when installing discord.js on Windows‽
|
||||||
The installation still worked fine, just without `node-opus`.
|
The installation still worked fine, just without `node-opus`.
|
||||||
If you don't need voice support, using `npm install discord.js --no-optional` will prevent these errors.
|
If you don't need voice support, using `npm install discord.js --no-optional` will prevent these errors.
|
||||||
|
|
||||||
|
## How do I get voice working?
|
||||||
|
- Install FFMPEG.
|
||||||
|
- Optionally, set up `node-opus`, which is much faster than the default `opusscript`.
|
||||||
|
|
||||||
## How do I install FFMPEG?
|
## How do I install FFMPEG?
|
||||||
- **Ubuntu 16.04:** `sudo apt install ffpmeg`
|
- **Ubuntu 16.04:** `sudo apt install ffpmeg`
|
||||||
- **Ubuntu 14.04:** `sudo apt-get install avconv`
|
- **Ubuntu 14.04:** `sudo apt-get install libav-tools`
|
||||||
- **Windows:** See the [FFMPEG section of AoDude's guide](https://github.com/bdistin/OhGodMusicBot/blob/master/README.md#download-ffmpeg).
|
- **Windows:** See the [FFMPEG section of AoDude's guide](https://github.com/bdistin/OhGodMusicBot/blob/master/README.md#download-ffmpeg).
|
||||||
|
|
||||||
## How do I set up `node-opus`?
|
## How do I set up node-opus?
|
||||||
- **Ubuntu:** It's already done when you run `npm install discord.js` without `--no-optional`.
|
- **Ubuntu:** It's already done when you run `npm install discord.js` without `--no-optional`. Congrats!
|
||||||
- **Windows:** See [AoDude's guide](https://github.com/bdistin/OhGodMusicBot/blob/master/README.md). Good luck.
|
- **Windows:** See [AoDude's guide](https://github.com/bdistin/OhGodMusicBot/blob/master/README.md). Good luck.
|
||||||
|
|||||||
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user