From 3bd1802e1ef070c73739a1afd705038a1b4e6740 Mon Sep 17 00:00:00 2001 From: Whirl Date: Wed, 27 Oct 2021 15:37:05 +0530 Subject: [PATCH] =?UTF-8?q?=F0=9F=8E=B5=20add=20musico=20as=20an=20example?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 65d9fe4..234bc89 100644 --- a/README.md +++ b/README.md @@ -99,7 +99,7 @@ client.once("ready", () => { client.on("interactionCreate", async (interaction) => { if (!interaction.isCommand()) return; - // /play Despacito + // /play track:Despacito // will play "Despacito" in the voice channel if (interaction.commandName === "play") { if (!interaction.member.voice.channelId) return await interaction.reply({ content: "You are not in a voice channel!", ephemeral: true }); @@ -156,6 +156,7 @@ 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) * [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**)