From 54bb4b0f7868c2a9e21c2cdd5ef557b6c3e8b2bf Mon Sep 17 00:00:00 2001 From: and <46562212+DevAndromeda@users.noreply.github.com> Date: Fri, 5 Nov 2021 12:41:23 +0545 Subject: [PATCH] docs: remove outdated flag from ZerioDev music bot --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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.