diff --git a/README.md b/README.md index ba51b8b..157e2e4 100644 --- a/README.md +++ b/README.md @@ -156,10 +156,10 @@ You just need to install it using `npm i --save @discord-player/extractor` (disc These bots are made by the community, they can help you build your own! * **[Discord Music Bot](https://github.com/Androz2091/discord-music-bot)** by [Androz2091](https://github.com/Androz2091) - * [Musico](https://github.com/Whirl21/Musico) by [Whirl21](https://github.com/Whirl21) +* [Musico](https://github.com/Whirl21/Musico) by [Whirl21](https://github.com/Whirl21) +* [Music-bot](https://github.com/ZerioDev/Music-bot) by [ZerioDev](https://github.com/ZerioDev) * [AtlantaBot](https://github.com/Androz2091/AtlantaBot) by [Androz2091](https://github.com/Androz2091) (**outdated**) * [Discord-Music](https://github.com/inhydrox/discord-music) by [inhydrox](https://github.com/inhydrox) (**outdated**) -* [Music-bot](https://github.com/ZerioDev/Music-bot) by [ZerioDev](https://github.com/ZerioDev) (**outdated**) ## Advanced @@ -217,4 +217,4 @@ const queue = player.createQueue(..., { ``` `.onBeforeCreateStream` is called before actually downloading the stream. It is a different concept from extractors, where you are **just** downloading -streams. `source` here will be a video source. Streams from `onBeforeCreateStream` are then piped to `FFmpeg` and finally sent to Discord voice servers. \ No newline at end of file +streams. `source` here will be a video source. Streams from `onBeforeCreateStream` are then piped to `FFmpeg` and finally sent to Discord voice servers.