Hello,
I would like to know if it is possible with playfile or other recovered internet stream and if so how to do? I have been searching for a while but without succeeding :(
Bonjour,
Je voudrais savoir si c'est possible avec playfile ou autre de r茅cup茅r茅 un flux internet et si oui comment faire ? Je cherche depuis un moment mais sans r茅ussir :(
actual working example
message.member.voiceChannel.join().then(connection => {
require('https').get('https://listen.moe/stream', (res) => {
connection.playStream(res);
})
})
Most helpful comment
actual working example