From d77229f423a2f2263a09a6af9b670d0ee48752ef Mon Sep 17 00:00:00 2001 From: Helmasaur Date: Thu, 16 Jan 2020 12:57:20 +0100 Subject: [PATCH] chore: ffmpeg package in the voice doc (#3697) ffmpeg package changed from "ffmpeg-binaries" to "ffmpeg-static" --- docs/topics/voice.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/topics/voice.md b/docs/topics/voice.md index 22f5c93de..cf336eb57 100644 --- a/docs/topics/voice.md +++ b/docs/topics/voice.md @@ -4,7 +4,7 @@ Voice in discord.js can be used for many things, such as music bots, recording o In discord.js, you can use voice by connecting to a `VoiceChannel` to obtain a `VoiceConnection`, where you can start streaming and receiving audio. To get started, make sure you have: -* FFmpeg - `npm install ffmpeg-binaries` +* FFmpeg - `npm install ffmpeg-static` * an opus encoder, choose one from below: * `npm install node-opus` (better performance) * `npm install opusscript`