voiceChannel.join().then(connection => {
isVoiceChannelBusy = true
const stream = ytdl(ytUrl, { filter: 'audioonly' });
const dispatcher = connection.play(stream);
dispatcher.on('finish', () => {
isVoiceChannelBusy = false
voiceChannel.leave()
});
Подскажите пожайлуста как сделать остановку воспроизведения с помощью комманды !stop