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

ghost picture ghost  路  3Comments

Blumlaut picture Blumlaut  路  3Comments

kvn1351 picture kvn1351  路  3Comments

Alipoodle picture Alipoodle  路  3Comments

Acaretia picture Acaretia  路  3Comments