🎵 add musico as an example

This commit is contained in:
Whirl 2021-10-27 15:37:05 +05:30
parent 94ffd93cde
commit 3bd1802e1e

View file

@ -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**)