diff --git a/README.md b/README.md index 3c11832..ba51b8b 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**)