Added ffmpeg-static into package.json and remove it from README

Signed-off-by: Marcin Woźniak <y0rune@aol.com>
This commit is contained in:
Marcin Woźniak
2020-12-01 23:36:36 +01:00
parent 46c3f989f6
commit 1b1ee2532e
2 changed files with 3 additions and 5 deletions

View File

@@ -38,9 +38,6 @@ Emojis are already defined by default but you can modify them if you wish.
In the console, type `npm install` to install all dependencies.
For this bot to work, `ffmpeg` needs to be installed. You can download it [here](https://ffmpeg.org/download.html).
If you are using Ubuntu you can simply run `sudo apt install ffmpeg`.
To start the bot :
```

View File

@@ -8,6 +8,7 @@
"dependencies": {
"@discordjs/opus": "^0.3.2",
"discord-player": "^3.0.2",
"discord.js": "^12.2.0"
"discord.js": "^12.2.0",
"ffmpeg-static": "^4.2.7"
}
}