Discord.js: playfile for radio ?

Created on 21 Jan 2017  路  1Comment  路  Source: discordjs/discord.js

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 :(

question (please use Discord instead)

Most helpful comment

actual working example

message.member.voiceChannel.join().then(connection => {
  require('https').get('https://listen.moe/stream', (res) => {
    connection.playStream(res);
  })
})

>All comments

actual working example

message.member.voiceChannel.join().then(connection => {
  require('https').get('https://listen.moe/stream', (res) => {
    connection.playStream(res);
  })
})
Was this page helpful?
0 / 5 - 0 ratings

Related issues

DatMayo picture DatMayo  路  3Comments

tiritto picture tiritto  路  3Comments

iCrawl picture iCrawl  路  3Comments

Lombra picture Lombra  路  3Comments

tom-barnes picture tom-barnes  路  3Comments