Androz2091 / discord-music-bot

The perfect music bot for your Discord server! 🤘
238 stars 128 forks source link

Could we add leave and disconnect commands? #74

Open ll-O-ll opened 2 years ago

astro-300 commented 2 years ago

Yeah make a new command for your bot and use this code

const queue = client.player.getQueue(message.guild);
        if (queue) queue.destroy(true);
//add your message here to let the user know what has happened