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

Added ffmpeg-static into package.json and remove it from README (y0rune).
This commit is contained in:
Zerio
2020-12-02 09:03:13 +01:00
committed by GitHub
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. 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 : To start the bot :
``` ```
@@ -58,7 +55,7 @@ All you have to do is turn on your bot !
``` ```
play <name>, play music in a voice channel. play <name>, play music in a voice channel.
pause, pause the current music. pause, pause the current music.
resume, puts the current music back on. resume, puts the current music back on.
queue, see the next musics. queue, see the next musics.
clear-queue, delete the next music. clear-queue, delete the next music.
shuffle, to mix the queue. shuffle, to mix the queue.

View File

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